Answered question

Is there any variable we can use, to know the number of users during execution?

I'm trying to set up a several variables to different values during validation and another during the execution, Is there any Neoload Variable to use to know if it is validation or run an scenario ? any reccomendations? thanks!

Amit P.
Amit P.

Amit P.

Level
0
5 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

There's a way to know during runtime if it's a user validation or a run test. If you use a Javascript you can get the population name. During validation the name of a population is automatically created and it contains the word: Check.

You can get the name of a population like this: context.currentVU.getPopulationName();

 

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful