What happens to a virtual user when something fails or times out in a scenario?
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