Manual Test Step

About Manual test step

The Manual test step is used to get manual user interaction in a test. For example:

  1. Startup devices (for example, your mobile phone).

  2. Press some button on the device or perform an action on the website (manual step).

  3. Check database/logs for manual action verification.

Important

Manual test steps are skipped when they are run from the command line since the test runner cannot interact with pop-ups by default. To enable them, use the Enable UI test runner option when running from the GUI or use the -i command-line argument.

Edit Manual test step

You can modify the settings of a test step in its editor:

Manual test step

Property list

Besides the test step editor, you can adjust the test step’s behavior by using its properties in the Step Properties and Custom Manual Test Step Properties panels in the Navigator.

Step Properties

Name

Description

Name

The test step’s name.

Description

Text describing the test step.

Important

The property corresponds to the Description option in the test step editor.

Custom Manual Test Step Properties

Values on the Custom Manual Test Step Properties tab are available for other test steps in your project. For instance, you can verify these property values with the Assertion test step, check them, and change the execution flow with the Conditional GoTo test step.

You can modify custom properties, load their values from a file, or save them to a file. To learn more, see About Properties.

This tab contains the following properties that provide access to the request and response data:

Name

Description

ExpectedResult

Text describing the expected result.

Note

The property corresponds to the Expected Result option in the test step editor.

Result

The actual result of the last test step run.

Working with

Below, you can find information on common tasks that you can perform with the Manual test step.

Run Manual test step

When the Manual test step runs in the test case, the run will stop and show the Run Manual Test Step dialog:

Run Manual test step

Perform the described actions and specify the result in the dialog. When you click OK, ReadyAPI continues the test run.

Option

Description

Description

Shows the specified test step’s description.

Expected Result

Shows the description of the expected result.

Result

Specifies the actual result of performing test actions.

Note

ReadyAPI saves the result to the Result property for a later analysis.

URL list

The list of URLs to any relevant resources (for example, shared screenshots).

Result Status

The result of a test step:

  • Fail – ReadyAPI marks the test step as failed.

  • Pass – ReadyAPI marks the test step as passed.

  • Unknown – ReadyAPI does not mark the test step.

See Also

Publication date: