Failure Analysis & Bug Tracking
Debugging Test Cases with ContextQA
Use the debug feature in ContextQA to quickly diagnose and fix issues as you run your test cases. This live debugging workflow makes it easy to catch and resolve steps that fail—without stopping your flow.
Open your recorded test case for Orange HR.
Click the Debug button to start executing the test.
Wait for the test to run. Watch the progress as steps execute in real time.
If a step fails—for example, if step seven can’t find its locator—the debug panel displays options to handle it.
Choose one of these three options:
Enter more detail: Type plain English instructions like "click on admin" if extra info is needed.
Image Update and Rerun: Modify the failing step and retry from there.
Add a New Step and Rerun: Insert a fresh step at this point and resume testing.
Skip Step: Move past the problem step and continue with the next.
Delete Step: Remove the troublesome step from your test case.
Select Skip Step to bypass the failed step. The test will continue with the next steps, skipping the error.
Watch as the test completes successfully, even though one step was skipped.
The debug feature gives you hands-on control when running tests. Use it to keep tests moving, update steps on the fly, and make your test executions more reliable.
Last updated