- Getting started
- Project management
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting

Test Manager user guide
Both Test Manager test sets and test sets that have been linked from Orchestrator can be executed manually. if manual steps have been defined for the test cases.
For more information on test results, see Analyzing Test Results.
Alternatively, you can open your test set, select Execute and then select Manually from the dropdown list.
Manual execution assistant
The manual execution assistant allows you to perform a set of manual tests one after another. You need to set a result on each manual step to advance to the next test case in the test set. Through the Manual Execution Assistant, you need to treat and mark steps in each case either as passed or failed.
- To mark the progress of each step in the test case, select Set Failed or Set Passed.
- Include comments, especially when marking a step as failed, to supply specific information about the outcome.
- After marking a step, you can set several following steps as passed. Do this by selecting Set Passed Until Here.
- Once you conclude a test case by assigning a result to the last step, select
Next.
This action allows you to advance to the next test case within your test set.
- Repeat steps one to four until you reach the final test case in the test set.
- If a postcondition is specified for a manual test, verify it after assigning a
result to the last step of a test case.
- If the postcondition is satisfied, select Condition Met.
- If the postcondition is not met, leave Condition Met unselected.
- After finishing the last test case, select Done to complete the entire execution process.
Taking screenshots when manually executing tests
Capture the behavior of an application with screenshots during manual test execution, following these steps:
- Navigate to the Test Sets section of your project and open a manual test set.
- Select Execute >
Manually.
The manual execution assistant opens, displaying the first manual test case ready for execution.
- Start executing your tests manually.
- When you reach a test step where you want to take a screenshot of the application,
go to More options > Capture screen.
window appears, offering the following capture options, which apply to most browsers:
The Choose what to share with https://{yourDomain}/portal_
- Entire Screen: This option takes a screenshot of a desired active screen.
- Window: This option takes a screenshot of a desired application window.
- <Broswer> Tab:
This option takes a screenshot of a certain browser tab, such as Chrome, for
example. The name varies based on the browser in use.
Note: While capturing a screenshot of a window or browser tab, that tab or window gains focus. To resume the manual test execution, you have to manually return to the manual execution assistant. This step is due to a security limitation of the browser.Figure 2. Capturing a screenshot in the Choose what to share window
- After you select the element that you
want to capture, select Share.
Your captured screenshot now appears as a preview within the test step.
Note: If a screenshot of any window or tab other than Test Manager is captured, that window or tab will become the main focus. To proceed with the manual execution after taking the screenshot, you will need to manually navigate back to the manual execution assistant. - You can optionally select View
within the test step to check the preview.
Figure 3. The preview of the screenshot inside the manual execution assistant
Result: After completing the manual test execution, open the log of the test case where screenshots were captured. The screenshots appear under the Attachments column.
Uploading attachments when manually executing tests
To add more detail to your manual test executions, upload attachments by following these steps:
- Navigate to the Test Sets section of your project and open a manual test set.
- Select Execute >
Manually.
The manual execution assistant opens, displaying the first manual test case ready for execution.
- Start executing your tests manually.
- When you reach a test step where you
want to attach a file, go to More options > Upload
attachment.
The file explorer of your machine opens, allowing you to choose the file to upload.
Depending on the type of attachment, you can interact with them as follows:
- For images, select View to check a preview.
- For other file types, select Download to retrieve the attached file.
Result: After completing the manual test execution, open the log of the test case where attachments were uploaded. The attachments appear under the Attachments column, where, depending on the file type, you can view or download the attachment.