Is there a way to report failed test cases as no status?
As it stands now, if let's say I run a suite with 5 automated test scripts and one script fails, RQM will report that 4 scripts pass and one failed. Is there a way to have RQM report that 4 scripts passed only and never mention the failed scripts? Thank you.
|
One answer
I am wondering why you would require to do it?
It is not possible using RQM but there is a back door entry. You can trick using REST API for testsuitelog. Essentially you can GET the xml ..using REST API and then modify it to remove all failed step from it and set state to passed and upload it back (PUT) on same url. You can do this using poster in Firefox. See https://jazz.net/wiki/bin/view/Main/RqmApi for RQM REST API. -|- Pramod Comments I have never tried above solution but guess it should work
Michael Schiralli
commented Jun 11 '12, 7:29 p.m.
Thank you for your help! I will try what you mentioned above. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.