Using RQM REST for executionresult, filtered on testplan giving wrong number of test case results
<baseurl>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/executionresult?fields=feed/entry/content/executionresult/(id|updated|title|webId|endtime|testplan|testcase|testphase|state|creationDate|reportsOnTestCase/TestCase/shortId|testphase[@href="<baseurl>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testphase/urn:com.ibm.rqm:testphase:2278"])
When using the above, the ATOM feed is returning "10" records instead of the expected "11". On another plan, it returns "6" instead of "17". The "expected" values, are based upon what the WEB GUI shows and also after performing a manual check that each test case really has a test result with the correct iteration / plan.
The ATOM feed appears to simply be missing records when filtered based upon the test plan. This does not happen on all projects / plans, but on some.
Is there some other filtering that is happening under the cover? Like if the execution result is outside of the plan dates? Or something else that I am missing?
When using the above, the ATOM feed is returning "10" records instead of the expected "11". On another plan, it returns "6" instead of "17". The "expected" values, are based upon what the WEB GUI shows and also after performing a manual check that each test case really has a test result with the correct iteration / plan.
The ATOM feed appears to simply be missing records when filtered based upon the test plan. This does not happen on all projects / plans, but on some.
Is there some other filtering that is happening under the cover? Like if the execution result is outside of the plan dates? Or something else that I am missing?
One answer
I tested with the "JKE Banking" sample project in RQM 5.0.2 and did not observe anything abnormal.
To avoid any silly mistakes, double check the following items.
1. When checking on the Web GUI, make sure you are looking at "Test Case Results", not "Test Case Execution Results" (which corresponds to the resource "executionworkitem").
2. While you said the filter was on "testplan", the provided URL was filtering on "testphase".
3. Rather than relying on the "count" only, compare the result set on the WEB GUI and in the ATOM feed and check what is the difference between the items that are "in" or "out".