Implement a way to avoid duplicate tests in test sets
I know the use case for adding a test more than once to a test set (for using parameters)
However what I often do is
Filter: V1.9
Add 50 test cases
Add some to a test set (not necessarily all)
Add 10 more test cases
Go to the test set to add some of these cases -- I'd like a checkbox to show ONLY tests that are NOT already in the test set
Otherwise its really easy to create duplicate test instances in the test set when I just wanted to add the new ones in
-
Arnab Majumder commented
This should be configuration Driven and User should be allowed to set this config at TestSet level. Once set an user will not be able to pull duplicate test cases for parameterization.