I'm trying to figure out what the syntax is to record the times it takes to run a test script in Selenium IDE. How do I record the start and end times in the script (using html)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
IIRC, it does do this already. In fact if any test runner does not record that, I would log a feature request :) |
|||
|
|
|
A very useful way of doing this using test automation is provided here. Substitute Groovy for any language you choose and the principle remains the same |
|||
|
|
|
You'd probably have to execute some javascript statements.
Edit code for elapsed time:
|
||||
|
|