Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image RemovedImage Added

  1. Add or Remove the break-point at any step of test case by clicking the line numbers. 
    You can add/remove the breakpoints on the Debugger windows as well.
  2. Clear All Breakpoints right-clicking the step with a single click.
  3. Skip / Unskip the steps from executing / debugging right-clicking the step.  
    For more information about the Skip functionality, refer to the Skip feature documentation.
  4. Launch the debugger window clicking the Start button. 
  5. View the detailed debugging logs of the last test cases clicking the Log button.
  6. Shift the focus to any line number of the test case using the Go To button.

...