Skip to main content

๐Ÿงฉ 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.