Unanswered question

Simulate F5 after set time

How can i simulate in NeoLoad a users hitting the F5/Refresh button when a request does nog result in an anwser in a set time (f.i. 1 minute) and does this for a set number of times (f.i. maximum of 3 time).

Normal behaviour for NeoLoad is to wait 5 minutes and then throw a time-out error.

Patrick Z.
Patrick Z.

Patrick Z.

Level
1
232 / 750
points

Answers

The best would be to include your request into a while condition with a delay. Then extract something from the response like a kind of status in order to drop out of the while if the condition is not met anymore.

 

Patrick Z.
Patrick Z.

Patrick Z.

Level
1
232 / 750
points

Is it possible to set the time-out for just that page to 1 minute?