Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



One answer

Permanent link
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

0 votes

Comments

I have never tried above solution but guess it should work

Thank you for your help! I will try what you mentioned above.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019

Question asked: Jun 07 '12, 2:30 p.m.

Question was seen: 5,194 times

Last updated: Jun 11 '12, 7:29 p.m.

Confirmation Cancel Confirm