I want to write my request and response of each transactions with timestamp and respective to iterations in a text file using Jscript - [Web Application]
Using the NL Design API documentation. I am checking to see if I can able to trigger Http request to create a transaction Element in NL. I was able to Add UserPath but when i am...
my goal is that I have an internal application which playbacks user actions and I am using NL proxy to capture those requests and I want to trigger transaction element from my...
When I do a test run for 250 users, I want to capture the duration time for a specific request into a variable and later I can write that variable in to a external file.
Note...
Thanks for providing more details. Another way to investigate on some longer response time is to set an assertion of kind response time on the request to investigate. Then, when...
How to call a single api request multiple times .i have around 5 api's out of that for 4 api's i'll get response at the same time but for one one i need to hit around 5 time to...
If it's always 5 times why can't you add it inside a loop logical action? If the number of loop iteration depends on the server response then you can use a while logical action...