Unanswered question

How we get to know the test scripts are running correctly?

My test scripts are doing like opening dashboards and layers
loading the data on dashboards and map so that i need to validate the data weather its loading correctly or not while running the Neoload test scripts,but we cant see the actions performed on UI it sending the requests internally
currently i am checking the app logs while running the test but its getting some burden to check the logs,is there any possible to see loading the data on dashboards at neo-load side ,is it giving any information for the same kindly please suggest me

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Answers

If you would like to make sure that the script is really doing what is expected then i would suggest you to add some validations on some of the server responses especially the one that should load the data.

So first you need to identify those requests in your script and then create your validations.

For more information you can look at the NeoLoad documentation here