The Test Management feature is used to manage test environment: to create tests and test steps, organize them into test sets, run tests, store the results and test statistics.
Critical tables and views:
-
Tests table – Stores the created tests of all the projects.
-
Tests view – Contains detailed information on tests.
-
TestVersionHistory table – Stores the previous version of tests.
-
TestVersionHistory view – Contains information on test versions.
-
TestSteps table – Stores the test steps.
-
TestSteps view – Contains detailed information on test steps.
-
TestStepsVersionHistory table – Stores the previous version of test steps.
-
TestStepsVersionHistory view – Contains information on each test step version.
-
TestSets table – Stores test sets.
-
TestSets view – Contains detailed information on test sets.
-
TestSetItems table – Stores correspondences between tests and test set items.
-
TestSetItems view – Contains information on tests that are part of test sets.
-
TestRuns table – Stores the history of executed test sets.
-
TestRuns view – Contains information on the history of test set runs.
-
TestRunItems table – Stores the history of the executed tests.
-
TestRunItems view – Contains information on the history of test runs.
-
TestRunResults table – Stores the results of each test run.
-
TestRunResults view – contains information on test runs.
-
TestRunsAdHoc view – Contains information on test set runs. For each test set, there are details of the included tests.
-
TestSetStats table – Stores the statistics of each test set.
-
TestSetStatsByReleases view – Contains the test set statistics grouped by related releases.
-
TestStats table – Stores the statistics of each test.
-
TestStatsByReleases view – Contains the test statistics grouped by related releases.
-
TestAutomations table – Stores automations added to the test.
-
TestHosts table – Stores the details of the hosts that run automated tests.
-
TestHosts view – Contains information on test hosts.
-
TestConfigurations table – Stores the description of the test environment (the operating system used, the browser settings, and so on).
-
TestConfigurations view – Contains information on test configurations.
-
TestSchedules table – Stores test schedules.
-
TestSchedules view – Contains detailed information on test schedules.
-
Tokens table – Stores the token variables used in all the tests.