Subscribe to SoftLogica
Newsletter to get 10% discount on newly
released products!
New Test Scenario Wizard
Editing Test Sequences
Just like in reality, WAPT virtual user's
session is divided into 3 parts:
Initial actions - for example, login or registration;
Main actions - for example, surfing some catalog or forum;
Final actions - for example, finalizing a purchase or logout.
The session of each virtual user includes a single execution of Initial
actions, then the repeat of Main pages, and at the end a single
execution of Final actions.
Initial test sequence should consist of pages that are performed once at the beginning of user session.
It can be login page, registration form or similar activities. You should add such pages to
Initial folder of current profile in Navigation Pane.
Main test sequence contains iterative actions like surfing a product
catalog or forum, search for specific product or topic and so on. Pages
from the Main sequence will be repeated the number of times equal
to the number of iterations per session. The number of iterations is
specified in profile
properties.
When you use WAPTRecorder,
the program records the steps of your activity in browser as you navigate
through a web site and puts all recorded pages to the Main test
sequence. These pages appear in the Main folder of current profile
in Navigation Pane.
Final test sequence should consist of pages that are performed once at the end of user session.
It can be logout page, finalizing an order or similar activities. You should add such pages to
Final folder of current profile in Navigation Pane.
You can add page URLs to any test sequence manually. For this, select Initial,
Main or Final in Navigation Pane and click New -> Request... on the
program toolbar. A new request will appear in selected folder.
To add a new request, you can also right-click on Initial,
Main or Final folder in Navigation Pane
and select New Request on the context menu.
If you click on the newly created request in Navigation Pane, you will see
its properties in the right pane. Here you can view and modify request
properties.
You can duplicate any request of any test sequence: right-click on desired request in
Navigation Pane
and select Duplicate on the context menu. A new request will be added to the end of current
sequence. It will have the same properties as the original request.
You can delete any request from any test sequence: right-click on a request in
Navigation Pane
and select Delete on the context menu.
You can change the order of requests in any test sequence: simply drag&drop pages in
Navigation Pane
to form the desired sequence.
You can also drag&drop pages between Initial, Main and Final
folders in Navigation Pane.