Table of Contents |
---|
Test Case Execution with Debugger
...
Once completed the execution, Qualitia report is displayed. It is not generated in certain cases. For more information on this, please refer to the Error Handling and Notifications section.
Debugging Step By Step
...
Qualitia users can start debugging test case step by step using the Next (F6) button from the Debugger window. Once the step is executed, the details of the step are displayed immediately after the execution is completed.
Debugging Test Execution with Break-Points
This feature allows you to put break-points when executing test cases. If you do not wish to debug the test case step by step you can put a break-point on any step and click the Play button, the test case execution will pause once it reaches to the break-point. This is especially helpful when you want to check the impact of a new step before a specific step or you want to modify a specific step.
- To pause test case execution on a step, you can add a break-point on any step from the Execution window in Qualitia Automation Studio.
- To add a break-point click the line number before the test case execution starts or whenever the execution is in pause state in the Qualitia Debugger window.
- You can add break-points to any step except for a Task Name or Conditional Structure (If, Else) step.
- During the course of test case execution debugger waits for user to press Next or Play button whenever it reaches to the break-point. Only after one clicks Play / Next the debugger will execute that step.
- Debugger allows removing break-points from debugger view. The breakpoints added from test case development view reflect in debugger view and vice versa.
Debugging Test Execution with Break-Points on Failure
This feature is very helpful in debugging test cases where it is not clear which step will fail during the execution and the reason for its failure. Qualitia users can use this option to enable the break on failure. Debugger will pause the test case execution as soon as it encounters a failed (or defect) step. You can evaluate the failed step and continue with the debugging.
To use this feature:
- Select the Break on Failure checkbox on the Qualitia Debugger window.
Viewing Object, Action, and Parameter Details of Test Step
At any point before or after execution of a step, you can double-click the step and see its detailed information. At the start of the debugger / step by step debugging / post execution one can perform this operation.
Detail View
The Detail view provides the execution details of every step. The Object, Action, Parameters, and test step execution result is shown in the detail view.
Change Log
Information about any modified steps is logged in the Change Log section. The change log view shows all the changes that have been made to test steps. The change log for a debugged test case is maintained till any test case is debugged again. This can be accessed using the Log button on the Test cases screen in Qualitia Automation Studio.
You can copy a modified step by selecting the row and pressing Ctrl + C and paste it using Ctrl + V on the Test Cases screen in the Qualitia Automation Studio.