Unanswered question

Error in reports

I am running my load test where it takes dynamic data from file. in my Report i can see few error. is there any way i can see at which record it fails ? i can see the page which fails but not able to see the values

MAHIMA A.
MAHIMA A.

MAHIMA A.

Level
0
78 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You need to handle such logging directly in your script with for example a try...cache and a NeoLoad Javascript that will log the data used when the error occurs.

This kind of information can't be part of the test result report.

MAHIMA A.
MAHIMA A.

MAHIMA A.

Level
0
78 / 100
points

Can you guide my what script you are referring here . I am running these load from load controller UI .

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In your user path add a NeoLoad Javascript action and use one of the logger method described in the NeoLoad documentation here

Then as already said if you use for example a try...cache action you can log with this Javascript all the data that were used for that particular virtual user instance when an error occurred.