It's all about the answers!

Ask a question

List test cases without linked test script by OSCL API


Luiz Almeida (23015589) | asked Nov 07 '18, 2:40 p.m.

Hi friends,


I'm building an app that must list all the test cases that has none linked script test.
I'm trying to do that by using OSLC API, but I'm with difficulties.
Does anybody has already did something like that? Is it possible by OSLC API?
I would appreciate if someone could help me.

Thanks in advance.

Regards,
Luiz Cesar.

One answer



permanent link
Jim Amsden (29337) | answered Nov 07 '18, 4:15 p.m.

Maybe using reporting tools would be easier.


You could also do this with a SPARQL query against LQE if you have that installed.

With OSLC, you would need to login and then GET the test cases. Then examine their properties to see which ones are missing test scripts.

Explore the eclipse/Lyo Java client, there's some sample apps there that can help you get started.

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.