Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What happens to a virtual user when something fails or times out in a scenario?

0
Posted

What happens to a virtual user when something fails or times out in a scenario?

0

The vuser continues to move to the next step in its scenario. For instance, if a JavaScript file fails to download during step 3: • That error will be logged in LoadStorm for reporting • That request will be terminated • All other requests for step 3 will be attempted as usual • The vuser will begin step 4 as defined in the scenario If any particular resource times out within a step, some of the step processing may not finish. This depends on what kind of resource fails and at what point in the step. If an image fails, this is relatively harmless. The images following will not be requested, but everything else will continue normally. If the html fails with a timeout, then the step will stop and no images or other resources will be requested. Images, javascript and css all depend on the html, so none will be requested for that step unless the html is received without error. The step following a step with an error will work normally to the extent that it can. As with a browser, you canno

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123