Support multi test case relationships #37
Replies: 4 comments
-
Hi @thomaswong79. There are some constrains though, due to how data reporting and configuration is done right now:
Considering both of the above does it make sense to cover multiple test cases in the same suite with one test? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick response @DamianOsipiuk! Yes, ideally both of your bullet points are fulfilled with our current setup. The main reason behind multiple test cases being run in a singular test is due to speed (many test cases follow a similar user flow, thus allowing us to "test" multiple features and functions "while we're there". As we write new automated tests, they will be on a 1-to-1 basis for better disassociation for test results however, we have a bunch of old tests that have not been refactored out yet and would love for the support to be added. 😃 |
Beta Was this translation helpful? Give feedback.
-
I would love to have this feature too :D |
Beta Was this translation helpful? Give feedback.
-
Added PR #39 in reference to the above. I'm very novice in TS, so let me know if I can make any modifications. |
Beta Was this translation helpful? Give feedback.
-
Hi!
My team and I currently have a subset of automated tests that have more than a 1-to-1 relationship with our test cases. We were wondering if multi CID support is something that might be potentially added in the future.
In theory, test results will be published to both test cases in TestRail regardless of the result.
Beta Was this translation helpful? Give feedback.
All reactions