Manual test step

The manual test step suspends the test automation until manual actions are performed. At the start of the step execution, an email is sent out to the given email address including the description of the required actions. The email also contains a link where the result of the step can be reported. If a result report is not made in the set timeout, the step fails.

Warning For security reasons, we recommend including the description of the required actions in the form of a link to a secure knowledge base or wiki only.

The result of the manual action can be reported by visiting the link included in the sent email. The result report requires the status of the action and a free text progress report. The status is either FINISHED or FAILED. The free text result report is saved in Wenenu as the result of the manual step.

Note A single manual test step execution generates execution time charges only up to 10 minutes. After 10 minutes, no execution time cost is charged.
Warning For security reasons, do not display any sensitive information in the step result.

UI settings

Manual step UI settings
Figure 1. Manual step UI settings

1

Arbitrary name of the test step up to 64 characters

2

The email address to which the description will be sent

3

Maximum running time of the test step in minutes

4

The description of the manual action

JSON

{
  "displayName": "Start Veeam VMs", 1
  "type": "manual", 2
  "id": "5e435299-b876-477b-8954-a9616fdc02a0", 3
  "email": "user@example.com", 4
  "timeout": 60, 5
  "description": "Please perform the actions described on http://example.com" 6
}
1 Arbitrary name of the test step up to 64 characters
2 Type of the test step, must be 'manual'
3 Version 4 unique identifier of the test step, must be unique within the test scenario
4 The email address to which the description will be sent
5 Maximum running time of the test step in minutes
6 The description of the manual action

Result reporting

Manual step result report
Figure 2. Manual step result report

1

State of the manual step, FINISHED or FAILED

2

Free text result report of the manual step execution