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!
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();