List test cases without linked test script by OSCL API
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
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
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.