I try to execute a yaml file (which overrides an existing scenario) with commandline on a Windows Server 2012.
I got always the error that there is no loaded project.
However...
I run my test through Azure DevOps and the neoload-cli task for configure and launch my neoload test. i would like to apply a different settings of my project without opening...
Hi, yes, this is possible, you would need a default.yaml file in the root of the project you upload for Neoload Web to read, this can reference other yamls
Hello,
generating our offline license from our .lse file ( exported by Neoload 6.9) on NTS ( licence 7.5) , we get the following message error :
"The license has not been...
There is a requirement to execute an endurance test (for 8 hours) for my application, which is having an sso login and the token validity is only for 1 hour.
In my script...
put what was the action section inside a loop, put the login and logout inside the action section, put an if statement in the loop checking the time, if it close to an hour...
in my project , i have a token that expired after 10 min , so i want to create a variable that test if the time spent on script from the start exceeds 10 min to refresh it , how...
in my project , i have a token that expired after 10 min , so i want to create a variable that test if the time spent on script from the start exceeds 10 min to refresh it , how...
Something like this...
js to get time, store in variable tokenTime=now
request new token, tokenValue=new token
fork
....loop
........delay 1 sec
........js to calc diff...
in my project , i have a token that expired after 10 min , so i want to create a variable that test if the time spent on script from the start exceeds 10 min to refresh it , how...
I would like to install NeoLoad load generators on high-performance, low-cost ARM 64-bit devices running Linux. I can do it on Intel-based machines, but the installer fails...
When checking the docker logs for the web backend container it can be seen starting and communicating with mongo container which starts first but then ultimately registers a...
in my project , i have a token that expired after 10 min , so i want to create a variable that test if the time spent on script from the start exceeds 10 min to refresh it , how...
I would suggest a JavaScript snippet and a fork. The js gets the current time and assigns it a variable. In the fork, have a loop with a 1 second delay and a second piece of js...