I have a browser where customer told to automate the test case of calculating the response time between elements when click and load time of it. is there any keyword available ?
Asked
Active
Viewed 362 times
-1
-
What language are you using? – Prophet May 04 '21 at 17:11
-
its Python selenium robot framework ride – Solomon May 04 '21 at 17:13
-
Does this answer your question? [How to measure elapsed time in Python?](https://stackoverflow.com/questions/7370801/how-to-measure-elapsed-time-in-python) – Prophet May 04 '21 at 17:17
2 Answers
0
So this will possibly answer your question
Calculating response time is widely used technology, so you could just make simple google...
There are more other, different questions and tutorials about this

Prophet
- 32,350
- 22
- 54
- 79
-
-
There is no such method in robot framework since robot is designed for other purposes. In the same way you will not have in Selenium function to calculate velocity of your movements... – Prophet May 04 '21 at 19:45
0
the best solution for that is to mesure accoding to Jmeter, it's not time that will come from code because there is difference between machine and machine , but on the API side there is no difference therefore the solution will be the Jmeter for example

nuzooo
- 133
- 1
- 11