Skip to main content

What can be found in the data tables?

Updated yesterday

Within this section, you'll find all the available data tables in the SQAI Suite application. Each data table is presented on its own dedicated page.

For now, only one option is available: Test cases.

Test cases

This page displays all the test cases generated by the SQAI Suite application or added from your chosen test management tool. By default, they are sorted by date, from newest to oldest. However, you can sort them by any column header. Additionally, a search bar is available to help you find specific test cases quickly.

You can view each test case in your test management tool by clicking on the test case ID. To delete an existing test case, click on the garbage can icon.

Testcases generated by the SQAI suite tool are automaticly added to this table, but you can also add already existing testcases from your management tool to this table.
To do this you click the ‘Add Test Case’ button next to the search bar. A pop up will open where you can search for testcases. When you have found the testcase you want to add, click on the ‘Add test case’ button.
Now this test case is also avalaible in the table, giving you the option to also create test automation scripts for this test case.

Test automation

From within the data tables page, you also have the option to create a test automation script for a specific test case. This feature generates the necessary code in your selected programming language and framework to automate the test case, including all required steps and checks.

Initiate the script creation

Select your language and/or framework

Once the script is created, a pull request is automatically generated in the automation project's repository. You can access this pull request by clicking the "Open PR" button.

Did this answer your question?