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.
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");