The Selenium wrapper automatically retrieves navigation timers and sends them to the NeoLoad Data Exchange API.
All metrics sent to NeoLoad are specified in milliseconds.
These metrics are available during runtime and once the test is complete in the Runtime and Results sections:
The tree is structured as follows:
at the root: metrics coming from a third-party tool, here Selenium
Timers
User Path name
Transaction name
Path (optional)
Metrics (These are explained in the sections below with images courtesy of the W3C Navigation Timing library.)
Timer
For each transaction a timer is started when StartTransaction
method is called and is interrupted when StopTransaction
method is called.
Its value is sent to NeoLoad.