Table of Contents
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? #
- Navigate to the test case screen by clicking on DESIGN > Test Case.
- Select the test case you wish to execute.
- Click on Test Steps tab.
- Click on Run button.
- On the Execution pop up window, select the browser and tag (if any).
- Click on Go button.
The Local Executor window should be displayed.

# | Button | Usage |
---|---|---|
1 | Play / Pause | Used to pause the execution at a particular step or resume the execution. |
2 | Step over | Used to run a single step in order to understand the issue better. |
3 | Lock Console | Used to lock the Console displayed below |
4 | Clear Console | Used to clear the Console displayed below |
5 | Search Text | Used to search text within the Console |
6 | Previous | Used to navigate to the previous searched text |
7 | Next | Used to navigate to the next searched text |
8 | Used to send the Console as mail to anybody. By default, the mail recipient is [email protected] |
Watch a video