Unanswered question

scenario recording and replaying for 10 vusers did not replicate all the steps.

scenario replaying did not replicate all steps for 10vUsers. only few records added in db. invoking for image upload did not happen.

Adarsh K.
Adarsh K.

Adarsh K.

Level
0
26 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

That usually means that you did not correlate all the dynamic parameters. Before running a test with 10 Vusers have you run a check virtual user to make sure that it's working fine?

Adarsh K.
Adarsh K.

Adarsh K.

Level
0
26 / 100
points

the check virtual user ...passed without issues.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You should run a test in debug mode and configured at the scenario level to store all the user interations. That way you will be able to troubleshoot the user iterations that did not work.

Adarsh K.
Adarsh K.

Adarsh K.

Level
0
26 / 100
points

how do i do this.
run a test in debug mode and configured at the scenario level to store all the user iterations.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This is a link from the NeoLoad documentation here

The last section is related to debug mode. Then start your test hitting the "debug" button instead of the regular play button.

You will get the user iterations result under test Results section under "Details" tab.