New test steps from the General catalog

When you want to add a log statement, validation, variable assignment, or pause the test for a specific duration, you can add the corresponding steps from the General catalog.

You can add the following steps from the General catalog in the Catalog tab to update the test:

Catalog element Description Reference
Assign You can assign a value to an existing variable or a new variable. Adding an Assign step
Log You can insert a custom log statement in a test as a step. The inserted log statement is printed in the Console window and the Functional report.

For example, you can add a custom statement to demarcate the test steps related to order generation, user creation, or report generation in an application or you can use a log statement to display the value of a variable.

Adding a Log step
Pause You can add Pause as a step in the recorded test for a specified duration. You can specify the pause duration in milliseconds, seconds, minutes, or hours. Adding a Wait step
Verify You can verify the values assigned to a variable. You can compare the values of two variables. Adding a Verify step