Debugging Tests

Debugging lets you fix logical errors and check whether your tests run correctly. Bq platform provides the debug functionality on the local execution window.

Prerequisites #

  • Test case should be created.
  • User should execute the test locally.

How to debug tests? #

  1. Navigate to the test case screen by clicking on DESIGN > Test Case.
  2. Select the test case you wish to execute.
  3. Click on Test Steps tab.
  4. Click on Run button.
  5. On the Execution pop up window, select the browser and tag (if any).
  6. Click on Go button. 

The Local Executor window should be displayed.

#ButtonUsage
1Play / PauseUsed to pause the execution at a particular step or resume the execution.
2Step overUsed to run a single step in order to understand the issue better.
3Lock ConsoleUsed to lock the Console displayed below
4Clear ConsoleUsed to clear the Console displayed below
5Search TextUsed to search text within the Console
6PreviousUsed to navigate to the previous searched text
7NextUsed to navigate to the next searched text
8MailUsed to send the Console as mail to anybody. By default, the mail recipient is [email protected]

Watch a video