Test Case Execution with Debugger
Once all the break-points are added, Qualitia users can initiate the test case execution pressing the Play button (keyboard shortcut F5) on the debugger view. Once clicked the Play button, Webdriver is launched and test case starts executing.
...
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
One of the key features of Qualitia Debugger is to be able to debug the test case execution step by step. This helps when you want to understand the flow of execution and if there is any specific step in the test case which could is causing the problem.
...