๐งฉ Test Suites
Test suites can be defined across various technologies. They allow users to group related test cases and model end-to-end flows.
For example, you can group:
- ๐ฅ๏ธ Web UI (frontend) test suites
- ๐ API test suites for service validation
- ๐๏ธ Database test suites for backend validation
This represents the highest level of abstraction/grouping for test cases in X-AutoMate.
๐งญ Test Suite Managementโ
Within the Suites menu, users have access to several powerful capabilities, including:
- ๐ Search and filter test suites
- ๐งช Filter by technology type
- ๐ View expected test case count (coverage metrics)
- โ See the actual number of test cases linked to each suite
๐ ๏ธ Available Actionsโ
From the suite management screen, users can:
- โถ๏ธ Run executions using the Play icon
- โ๏ธ Edit the test suite and its configuration
- ๐ Modify the expected number of test cases
- ๐ด Deactivate or ๐๏ธ delete a test suite
When using the expand (+) option to drill down:
- ๐ View linked test cases
- ๐ Copy, ๐ duplicate, or โ๏ธ modify existing test cases for reuse
๐ฏ Use Case
Grouping tests by functionality or tech layer ensures better traceability, modular test execution, and improved reporting.