Unanswered question

Can I configure NeoLoad to abort a test if a specific variable is empty/not extracted?

Can we configure NL to stop/cancel an iteration if a specific variable could not be extracted from a server response?

Marc R.
Marc R.

Marc R.

Level
0
9 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

You can terminate the virtual user, but not the entire test, you could set a flag to false and every user only continues while the flag is true?

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In a definition of a variable there's a way to stop a test if the variable runs out of values. If you put your entire actions inside a try container and create a variable that contains only 1 value then in case of error you can call twice your variable through a Javascript which should stop the test since the variable will run out of values.