A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Qualitia test case development view allows you to perform following operations related to the debugger:

  1. Add/Remove a Breakpoint at any step of test case by clicking on the line number. You can add/remove the breakpoints on debugger view as well.
  2. You can right click on 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 Skip functionality refer to the Skip feature documentation.
  3. 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.
  4. Click on the Go To button to go to a line number in the Test case development view.
  5. To launch the debugger click on the Start button. This will launch a new debugging session for the selected test case.
  6. To view the last test case debugging logs and details click on the Log button.

6. Log
5. Start
1. Add/Remove Breakpoint2. Skip TC/Task Steps, Task Block3. Clear all breakpoints4. Go to a line number

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.

  • No labels