Is a number the page gives me as a result of flow.
But that number is necessary to store it elsewhere in order to validate that if the information was saved.
I guess you can use a variable extractor to extract that value from the server response and re-use it later on.
Please check the NeoLoad documentation here
A fork action is used when you need to run actions in parallel of the main script. For example, it can be a polling request that has to be run independently of your main script...
While validating my script, one of the request fails with assertion fail and response of that request is returning generic error. While observing the request and response of the...
I compared the request sent during the user validation and the recorded one and there are too many differences. For example, in the user validation there's a list of cookies...
When i click on submit button - One process bar/3 dots pop up is displayed then it will give results, untill i get result need to wait, how to handle this type of situvations...
When on client side you have such progress bar usually it means that the client is periodically sending requests to the server to get an update of the status. It is called...
I can extract a list of value from a web pages. I know how to use each value of this list one by one but I don't know how to use all values one time. For example : "value1...
The best would be to use a NeoLoad javascript and call all your occurrences with a "for" loop. Then store the result in a new NeoLoad variable that will be used in your...
I'd like to know what is the difference between manually add or not add a session identifier in the edit - preferences - oracle forms - sessions once that neoload automatically...
That settings in the preferences is useful when you record a new script so the sessionId in the URL is automatically handled.
Now you can also manually handle it through a...
While validating my script, one of the request fails with assertion fail and response of that request is returning generic error. While observing the request and response of the...
You can manually handle the client cookie using a NeoLoad variable or a Javascript but in your case it's server cookies so you will not be able to overwrite them if NeoLoad...
In an earlier question "http://answers.neotys.com/questions/674582-need-handle-dynamics-parameters-siebel-application" you posted a link to a siebel framework document but the...
The framework file is still available on the other post. Right mouse click on the file and save it. Then change the extension file from pdf to xml.
You can import it to the...
While validating my script, one of the request fails with assertion fail and response of that request is returning generic error. While observing the request and response of the...
If i understand properly and looking at your screen shot you have differences on the response where you have a 302. So i would suggest you to now compare the request sent during...