How can I access test case template using OSLC?
![]() Hello everyone,
My requirement is I want check is xyz custom attribute is present in particular test case template or not? I think if I can access test case template then I easily get the custom attribute list and I can easily recognize which custom attribute is present or not. Anyone please help me to understand how to fetch template of xyz type from project area.
|
Comments
I don't think the OSLC/REST implementation covers the template bit. What are you trying to do actually? Are you trying to determine whether a test case contains a particular custom attribute, or whether the test case contains all the custom attributes, or what custom attributes a test case contains?
My requirement is before fetching test case from RQM I want to to check whether desired custom attribute is present in particular test case or not? Or alternate solution is fetch test case template and check whether template has custom attribute or not. Please suggest any suitable solution