Unanswered question

How to insert while loop

Hi, I have where a scenario where i am uploading a excel sheet and need to verify if all the data from that sheet is uploaded completely.If not i need to send the get request in loop to verify when the data is uploaded.
I need to verify "text" in response , if the text in in the response go to next iteration other wise go to in loop.

Muhammad A.
Muhammad A.

Muhammad A.

Level
0
3 / 100
points

Answers

If i understand your use case you need to use a while loop logical action. Based on the result of a variable extractor configured in your request you will continue to loop or drop of the while loop.

You need to configure your variable extractor to not raise any error if nothing matchs.

I would suggest you to look at the NeoLoad documentation here

You need to look at the "Error" tab.