How should I organize automated and manual tests in Testomat?
For organizing automated and manual tests in Testomat, keep them in the same suite for convenience. This allows you to manage all tests related to a feature in one area, which is beneficial for UI tests.
- Consider your testing strategy and team structure. Decide whether keeping tests together aligns with your company’s processes and team size.
- Use Suite IDs and Test IDs for organization. Organize tests in Testomat using Suite IDs and/or Test IDs to maintain structure.
- Preserve test IDs during migration. Ensure that test IDs are preserved when migrating tests to Testomat to maintain synchronization.
- Evaluate your workflow. Try keeping manual and automated tests in the same suite and assess how it fits your workflow.
- Unit tests should be kept as a separate project.