Unanswered question

Log file to check failed user_id

Hi,
I have executed one scenario which has one script with 50 vuser. 25 vuser has failed and 25 vuser has passed.

Now I need to know :
1. which user ID's are failed.
2. In which transaction it has failed.

How to check this out? In which log file I need to check?

Keerthy R.
Keerthy R.

Keerthy R.

Level
1
102 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If your vusers failed, you should get error on some requests/pagesĀ  for them displayed in the Errors tab of your test results. Then you should see the user instance of the vuser and on which transaction it happened.

If your application did not return any errors then i would suggest you to add validations at some critical transactions so if they fail you will get an assertion error raised by NeoLoad.

You can also use Javascript to log extra information in case of error or assertion error.