It's all about the answers!

Ask a question

Is there a way to report failed test cases as no status?


Michael Schiralli (122) | asked Jun 07 '12, 2:30 p.m.
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



permanent link
Pramod Chandoria (2.1k11220) | answered Jun 10 '12, 2:01 p.m.
JAZZ DEVELOPER
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
Pramod Chandoria commented Jun 10 '12, 2:02 p.m.
JAZZ DEVELOPER

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


Register or to post 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.