How to use RQMUrlUtility to list child testscripts of a given TestCase
![]()
I think what I need to do is emulate opening the "Test Scripts" section of a given Test Plan, but not sure how you direct the RQMUrlUtility to fetch that list. Has anyone tried anything like this before, or can lead me in the right direction?
Thanks. -Ken |
5 answers
![]()
Hi Ken,
if you use RQMUrlUtility to GET a testcase, is there a property like <testscript href="..."/> in the result xml? for command usage of RQMUrlUtility, please refer to https://jazz.net/wiki/bin/view/Main/RQMURLUtility |
![]()
Yes, you can use the fields request parameter, but it requires RQM 3.0.1+.
|