I agree with the previous comments mentioned above.
If we have many test suites, having a folder structure that could be expanded / collapsed would help a lot.
For example having a very large project and having test suites grouped by modules would be easier if we could have a folder structure like:
- Module1:
- TestSuite1 -> TC1 / TC2 / TC3...
- TestSuite2 -> TC1 / TC2
- Module2:
- TestSuite1 -> TC1 / TC2 / TC3...
- TestSuite2 -> TC1 / TC2
Also for different testing:
- Smoke testing module1: TS -> TC
- Smoke testing module2: TS -> TC
- Regression testing module1: TS -> TC
- Regression testing module2: TS -> TC
If this were to be implemented the actual project structure for very large projects would be so much better.
- Thank you,
- D.