Hi all,
We are in need to develop a load runner script that dynamically create request based in a initial request.
By example, there is an initial request which brings some data from the web server and we need to use the content of that response to dynamically create multiple request with different body.
In more detail the example will be, the initial request will bring a list of material for instance 10 and the client parse the list and it will trigger 10 request one for each of the materials retrieved from the initial request, which part of the body of this request will contain the material number to retrieve the data from the backend
If the list of materials changes from the initial request the number of request will change.
The web application handle this using JS and we need to simulate the behavior in load runner.
If somebody can provide me some pointers, it will be great.
Thanks in avdance,
Zareh