How to programatically get the test case associated with a requirement
![]()
I have requirement where I have to get the test case linked in requirement so I need the java implementation of the same.Can anyone help me?
|
One answer
![]()
Check out this project. http://wiki.eclipse.org/Lyo/LyoOSLC4J
There is a property on the requirement oslc_rm:validatedBy that has the link to the testcase. Look at the RM OSLC spec here: http://open-services.net/bin/view/Main/RmSpecificationV2 |