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

Multiple TestCaseExecutionsResults

 I'm using:


TestExecutionRecord t = client.getResource(tester, OslcMediaType.APPLICATION_RDF_XML).getEntity(TestExecutionRecord.class);

This returns more than one result how do I do something like this:

List<TestExecutionRecord> t = client.getResource(tester, OslcMediaType.APPLICATION_RDF_XML).getEntity(List<TestExecutionRecord>.class);

Are there alternative routes to getting to TestExecutionRecords from a Requirement. I've looked at all the methods, arrays, extended properties of requirement and testcase but I can't seem to get the records I want.

Thanks in advance.

0 votes

Comments

What are you trying to do? You mentioned "a Requirement", so does it mean that you're working on RDNG? If so, take a look at the response (XML) and confirm whether TCER exists and how it looks like. I'm pretty sure your method will not work.


Be the first one to answer this question!

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: May 11 '17, 1:37 p.m.

Question was seen: 1,558 times

Last updated: May 12 '17, 1:42 a.m.

Confirmation Cancel Confirm