- Created by SS Doc Editor, last modified on Jan 22, 2020
Sometimes when tests execute multiple iterations, it is desirable to request a page only once (in the beginning or at the end) to perform initial or final actions. For instance, in a test case, a user logs in, performs some actions, and logs out. During the test run, you want every VU to login only on the first iteration and logout only on the last iteration, while other pages should be repeated multiple times.
You can also apply this to a transaction level to request a transaction at a certain point in the test.
Use the When to Request the Page property to configure such tests. Set this property to On 1-st Iteration on the login page and to On Last iteration on the logout page.
The table below shows how to use this property.
|
Note:
- If you are running the log-out process on the last iteration only (as in the example above) and your test completion condition is not Number of iterations, then you must set After the completion condition is reached property to Wait for iterations to complete. For more see Run duration
- No labels
Overview
Content Tools