I need a value from the response to be stored in a csv file. Not only during execution though. When I run the script with a single user for multiple iterations, i want the value to be added to the csv on every iteration.
When writing test for API framework, I'll looking to reuse the API session key.
User Path 1
call https://mytesturl.com/api-1.4/services/rest/login/createSession
This hands...
I do not know if it would help but using the Javascript method peekSharedValue(String) you can get a value from the queue without deleting it. For more details about this method...
Question 1:
Created a javascript to write variables into csv file, working fine when run from localhost agent,
But when run from load agent, the csv file is not getting...
Hello,
I have a user path with a file variable set to change on each iteration and return the value <NO VALUE> when it runs out of values, then the user path checks for that...
This is just an idea, but when data is taken but not used, maybe you can add that to a shared queue? a queue is designed to hold a list of single values but you could just add a...