Below query is used to get the test cases present in a test set.But the response returns all the test cases present in the project irrespective of the test set id passed in the query.
Asked
Active
Viewed 212 times
1 Answers
0
I guess you mean the test instances in a test set and this URL works for me:
https://alm/qcbin/rest/domains/[domain]/projects/[project]/test-instances/?query={cycle-id[1782]}

AlvaHenrik
- 404
- 2
- 10
-
thank you. This query returns the test instances present in the test set. I want to get the test instances based on the Test Stage(SIT/UAT/Releasetesting) as well. Please provide inputs. – art Jul 31 '17 at 22:31
-
Hm, what do you mean with Test Stages? Could it be that this is a user defined field in your test sets or test instances? – AlvaHenrik Aug 03 '17 at 18:09