Run Test Cases
< Back to patterns list
Manual Test Case execution is usually a "no fun" task for any QA Engineer. Often test cases are in an Excel file and Test Case execution takes several steps:
- Open test plan in Excel, read Test Case
- Run application and verify Test Case
- Switch to Excel and mark Test Case as failed, specify build number and run date
- Switch to bug tracking tool and add a bug
- Switch back to Excel and find next Test Case to execute
TargetProcess simplifies this process to three steps:
- Open Test Runner in TargetProcess, read Test Case
- Run application and verify Test Case
- Switch to TargetProcess, mark Test Case as failed and add a bug (all actions from one page and next Test Case will be loaded automatically)

Test Runner provides a single area for Test Case execution with some nice productivity features::
- Test Cases grouped by User Story
- Passed/Failed buttons
- Add bug option
- Loads next Test Case automatically

Test Runner is a real time saver for manual Test Case execution.
< Back to patterns list