Tests
The Tests window allows you to Create Tests, Run Tests, and Review and Fix Tests. It also displays all the Regression Tests, Draft Tests, and Archived Tests.
Types Of Tests
Regression Tests
Regression testing verifies that existing functionality continues to operate correctly after changes are made to the application. These changes may include:
New feature additions
Bug fixes
Code updates or enhancements
Configuration changes
Performance improvements
Draft Tests
Draft tests are test cases that have been created but are not yet finalized or formally approved for execution. They are typically in a preliminary state and may still require updates or review. Draft tests usually indicate that:
The test case is newly created
Steps, expected results, or test data may need refinement
The test has not yet been reviewed or approved
Once these draft tests are refined and fixed, they can be promoted to regression tests in BearQ.
Archived Tests
Archived tests are test cases that are not actively used by agents and remain in the system for reference. These can be restored to the Draft tests by clicking Restore.
You can browse all test types by selecting the appropriate tabs, as shown in the following image.

Quick Actions
There are three Quick actions available: Create Tests, Run Tests, and Review and Fix Tests.

Create Tests: Clicking Create Tests will navigate you to a window where you can either create AI-generated test cases or author a test case live. To learn more about creating tests, read Creating Tests.

Run Tests: Opens a modal where you can either run a particular regression test or run all the regression tests created in the account. To learn more about running a test, read Running Tests.

Review and Fix Tests: Opens a modal where you can either Refine all draft tests to automatically improve test quality for subsequent tests, or Review draft failing tests, which lets you review all drafts and failing test cases. To learn more about reviewing and fixing tests, read Reviewing and Fixing Tests.
Searching and Filtering Tests
To Search tests, do the following:
Log in to BearQ.
Click Tests.

Move to Search Tests and enter the name of the test you want to search.

The result will be displayed.
To Filter tests, do the following:
Log in to BearQ.
Click Tests.

Move to Filters. You can see 7 different filter types.

Based on passing tests: The tests are filtered to only include passing tests.
Based on failing tests: The tests are filtered to include only failing tests.
Based on running tests: The tests are filtered to include only those that are running.
Based on refined tests: The tests are filtered to include only those that are refined.
Based on Not-run tests: The tests are filtered to include only tests that are not run.
Based on Functional Areas: Tests are filtered by functional area.
Based on the author: The tests are filtered by the author who created them.
You can easily filter your tests based on these filters.
Autonomous Test Flow
The workflow from draft test to regression test follows a structured progression:
Create a draft test by adding a name and description that defines the objective.
Refine the test by adding and updating steps to match the intended outcome.
Validate that the steps fully achieve the objective described in the test.
Promote the test to a regression test if it proves useful and reliable.
This approach ensures that only high-quality, well-defined tests are included in the regression suite, improving overall test coverage and maintainability. To learn more about test status in the test flow, see Test Status.