For an eCommerce application, we have recorded a scenario of login till payment for 1 user. Now, we have created variables for Users (by passing them through a csv) and for products (csv file).
Now, during the runtime we would require the users to shop different products, all of them should not click on the same product which was done during the recording. How do we acheive this in Neoload where all the users shop different products?
You can create a variable extractor to extract all the patterns for the products, this could just something like
<prodid>123</prodid>
<prodid>456</prodid>
<prodid>789</prodid>
You could extract all occurances and or just a random one and then use that in the later request
https......order?prodid=${rndProdID}