What is the best way (or if there exist a particular way) to have multiple version of the same test case without the need to clone.
Ex:
TC-123 has steps and test data and is linked to Fix/Version 1.0
We update TC-123 with different data (in the data column) but linked to Fix/Version 1.1
I have two environments A (1.1) and B (1.0)
I wanna be able to execute TC-123 (version 1.0) in A and TC-123 (version 1.1) in B at the same time .
=> Is it possible and how can we achieve something like that?
Hi @Elie El-Tawil ,
Xray doesn't support test versioning in strict sense; it follows a more Jira kinda of approach. This is detailed in further detail here.
My recommendation would be to have two different Tests, linked to different user stories, where each one is assigned to its own version (1.0 or 1.1).
I think this approach is cleaner and more close to how people manage changes on projects in Jira.
Regards
Sergio
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.