Structure of a User Path

A User Path is composed of three Containers: Init, Actions, and End.

Init Container

An Init Container groups together all the various web pages required to initialize the User Path. An Init Container is always executed once at the Virtual User start. A typical example of this type of Container is the set of web pages used to log the user in to the application.

Actions Container

An Actions Container groups together the elements that are repeatedly executed during a Virtual User runtime until the user stops.

In Runtime parameters, select:

End Container

An End Container groups together the elements executed prior to a Virtual User execution end. An End Container is always executed once when the Virtual User execution stops. A typical example of this type of Container is the set of web pages used to log the user out of the application.