Unanswered question

How to stop vuser on assertion failure in init?

On any error or assertion failure in 'init', how should I exit vuser and start a new vuser?

Selifa L.
Selifa L.

Selifa L.

Level
0
27 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi, you should use a try/catch and in the catch have a stop. The try/catch should trigger on assertions.