We are looking into creating some "test as code" definitions within a project which was designed in NeoLoad GUI so hence it would be a "hybrid" project with a project file. Do...
As long as your libraries have been defined in your project you should be able to access them from a Javascript defined in your yaml file. I have quickly tested with the...
Scenario: All the 10 Virtual Users constantly accessing the application and performing the same task defined in the Transaction.
Info:
1. Each Transaction has below...
It's difficult to tell what is wrong. The best is to run your test in debug mode (buggy button) so NeoLoad keeps the iterations in error. In that case in your test results...
I want to pass variable in Neoload script when running neoloadcmd non gui mode I am using -variables test_env=qa-env.com and I am using it in script ${test_env} also I have...
The -variables option should do the trick but make sure that this constant variable test_env already exists in your projet. This "-variable" option overrides variable content...