Unanswered question

How page render time can be calculated in NeoLoad (Selenium Script)?

Selenium integration was done with neo load.
Selenium script calculates page render time of several pages and export that time in notepad(using variable) .
If I integrate that selenium script with neoload then that notepad export of page render time is not working.
Can this time be calculated without using that notepad export. Or any other suggestion to calculate page render time using selenium with neoload.

Refer attached file for more details

Thanks in advance.

Giriraj B.
Giriraj B.

Giriraj B.

Level
0
4 / 100
points

Answers

Alexis N.
Alexis N.

Alexis N.

Level
2
1255 / 2000
points
Team

In End User Experience Mode, manual timers can be send to NeoLoad with data exchange API. More information on that page: http://www.neotys.com/documents/doc/neoload/latest/en/htm...

To initialise, the data exchange API client:

final DataExchangeAPIClient dataExchangeAPIClient = DataExchangeAPIClientFactory.newClient("http://localhost:7400/DataExchange/v1/Service.svc/";,
cb.build(), "apiKeyToSend");