we have multiple sets of payloads placed in a shared path. need to access and open payload files and pass data to request. How to give a shared path in the script and pass multiple payloads to request
I'm trying to automatically get different parameters for the request for different users so that I can get appropriate response for that user. Currently it's taking the recorded...
If I am reading your question correctly then you are referring to information that only a client or user might know beforehand. If there is no way to 'extract' the dynamic data...
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...
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...