Qualitia users can launch the Debugger from the test cases screen.
Qualitia test case development view allows you to perform following operations related to the debugger:
- Add or Remove the break-point at any step of test case by clicking on the line number. You can add/remove the breakpoints on debugger view as well.
- You can right-click step(s) of the same type i.e. only TC steps or only Task steps or only Task and click on Skip / Unskip to Skip or Unskip steps from execution/debugging.
For more information about the Skip functionality, refer to the Skip feature documentation. - You can right-click and click Clear All Breakpoints to remove all breakpoints which you have applied on the test steps on the same view.
- Click the Go To button to shift focus to the desired line number on the Test Cases screen.
- To launch the debugger click on the Start button. This will launch a new debugging session for the selected test case.
- To view the last test case debugging logs and details click on the Log button.
Start Debugger
Click on the Start button to launch the debugger. During debugging the Test case development view is not available for editing.
At any point during debugging you can click on the Stop button to stop the debugger. This will still keep the debugger window open. You can directly close the debugger window as well which will stop any debugging which was in-progress. For the test case that was executed last the test case debugger view will be available to you using the Log button from test case development.
Please note that the option to stop the debugging at any point in time is only available when you are debugging using F6/Next command ( ) or currently waiting at a breakpoint.
View last debugging logs and details
After you have stopped the debugger or the test execution has completed the debugger view will be available for you to see the details of last debugging logs and details.
You can click on the Log button in the test case development view to access the debugger's last execution log and details.
This option allows you to view the last debugger logs and details, its details and change log information from the last run of the test case.
Note: Till debugger is launched for any test case the Log button can be used to view the last debugger logs and details.