You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.