Manual Test Step
Manual test step is introduced in soapUI 3.6. The typical use case scenario for manual test step wuold be something like this:
1. Start up devices like cellphones (manual step)
2. press some button on device or perform action on website (manual step)
3. make some HTTP/SOAP/REST call (soapui step)
4. Check database / logs for manual action verification (soapUI test step)
In soapUI we have a Manual test step that provide abillity for user interaction in testing;
Manual test step details/behavior:
User can specify a description, expected results, actual result.
When the test case execution reaches a Manual test step, the user is prompted with a pop up.
The user can add details to actual results, and specify pass/fail/N/A radio button for the test step status.
User click on continue, soapui goes to next step.
These tests cases which have manual test steps, are skipped when launching via testrunner since no way to interact with pop ups.
Creating Manual Test Step

| Option | Description | |
|---|---|---|
| Test Step Name | ||
| Description | Description of manual test step | |
| Expected Result | Description of expected result |
Running Manual Test Step
| Option | Description | |
|---|---|---|
| Description | Description of test step |
|
| Expected Result |
Description of expected result |
|
| Result | Result for this test step |
|
| URL list |
List of URLs where one can specify images, etc that describe the failure | |
| Result Status |
Set the status of the result |




