I recorded my application using NeoLoad. On the UI of my application there is Javascript code that is executed on the browser.
I need to evaluate a function that is coming...
When you record your application with NeoLoad, all requests/responses exchanged between the browser and your server are recorded. Since NeoLoad replays a script at protocol...
My form POST as recorded has 10 Name=Value pairs - eg item[]=one, item[]=two, item[]=three...item[]=ten
The number of pairs will be dynamic, so the next time I perform the...
If a form is available on the previous response (or the referrer) then you may be able to change the type of your POST request in NeoLoad from "Manual definition" to "Submit a...
In my case i need to loop through actions container for say 30 min time then logut of the application. Relogin and continue the same of another 30 min. Logout and login again...
If you have your whole script inside Actions container then i would suggest you to remove your loop action which is not necessary here.
The Actions container is already a loop...