autotest
autotest
A check that a program executes. Autotest steps live in the project and use Playwright action names.
Glossary
Domain terms of ComplexQA: entities, roles, and product sections. Documentation, the product interface, and the API reference use only these forms. A term that is not in this list must not appear on documentation pages.
22
autotest
A check that a program executes. Autotest steps live in the project and use Playwright action names.
autotest step
One Playwright action inside an autotest: action name, Target, Value, and optional timeout.
autotest run
Execution of selected autotests on a verified team domain.
AI assistant
Generation of test cases from a task description. The model output is reviewed and imported into the project.
autotest result
The outcome of one autotest inside an autotest run.
bug
A record of a defect in the product. A bug belongs to a project and can link to a test case, a test run result, or an execution context.
custom properties
Extra fields that a team defines and uses on test cases and bugs.
checkbox
A user-interface control that turns a value on or off.
execution context
The environment used for testing: browser, operating system, address, and product build.
expected result
The system state that must occur after a test case step.
object repository
Shared project pages and elements: a page sets the navigation path, an element sets the locator.
precondition
The system state that must hold before test case steps start.
project
Container for test suites, test cases, test runs, bugs, and test accounts. Belongs to a team.
team
The top account container. A team owns projects, members and roles, custom properties, and domains.
test suite
Groups test cases inside a project. Suites form a tree: a suite may have a parent suite.
test run result
The outcome of one test case inside a test run.
tag
A short label used to mark test cases and bugs for filtering and grouping.
test case
Description of one check: precondition, steps, and expected result. Belongs to a project.
test account
Credentials that a team stores in a project to sign in to the product under test.
test run
One execution cycle of selected test cases. Contains one result per included test case.
test case step
One action inside a test case together with the expected result. Steps are ordered and run from top to bottom.
utils
Product helper utilities outside the main test-management catalog.
Suggest a term