...
- Debug and execute test case step by step.
- Pause execution at the failure point. You can also pause the test case execution at any step using break-point facility. These facilities could be utilized for reaching and analyzing the point of failure without having to execute the test case entirely or single stepping entire test case.
- Modify test step, its parameters, and its object details while debugging test cases.
- Comprehensive and user-intuitive interface for you to see various TC and Task iterations and their details.
- Highlight any step in the test case using its line number.
Debugger facilitates the test case development process and cannot be treated as a replacement for the test case development process.