Unanswered question

Why Neoload Jenkins job stops when first scenario fails?

I have Neoload Jenkins job with multiple scenarios which run sequentially. When one of the scenarios fails (SLA criterium isn't fulfilled) other scenarios will not run, jenkins job will stop at that point. What I need is that test run for all scenarios, so that I have list of all scenarios that failed.

Vladana S.
Vladana S.

Vladana S.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The status code of the first scenario is not a success that's why the job is stopped. This is expected. Is there any good reasons to run all your scenarios within the same Jenkins job?