A User Path simulates the browsing activity of a real visitor.
The User Path is a succession of web pages that may contain logical Actions such as Containers, Loops or Delays to create a more complex behavior.
| Name | Description | Accept variable | Required | Since | 
|---|---|---|---|---|
| name | The name of the User Path | - | ✓ | |
| description | The description of the User Path | - | - | |
| user_session | The "user_session" value can be: 
 reset_auto. | - | - | |
| init | The init container | - | - | |
| actions | The actions container | - | ✓ | |
| end | The end container | - | - | |
| assertions | The list of assertions to validate the response content of all requests matching criteria within the User Path. By default, the validation is applied only on response with content-type text/html or text/xhtml. List of content-types used for response matching can be customized in the Project Settings / Runtime Parameters from the GUI project (cannot be customized with As-code only project). | - | - | 7.6 | 
Defining a User Path:
user_pathsnameMyUserPath  actions    stepsrequest        urlhttp//www.company.com/select?name=bookdelay1s