does IBM has something like HP OTA API reference?
Hi all ,
I am using HP Aplication Lifecycle Management. I am connecting to the server Testplan module using HP Open Test Architecture API Interface , using c#. I simply add the reference from C# to Interop.TDAPIOLELib library and i can call its functions to access testcases on the server
Does IBM Colaborative Lifecycle Management suite has something similar that i can connect from c# to the server and interogate testcases from it ?
Best regards
I am using HP Aplication Lifecycle Management. I am connecting to the server Testplan module using HP Open Test Architecture API Interface , using c#. I simply add the reference from C# to Interop.TDAPIOLELib library and i can call its functions to access testcases on the server
Does IBM Colaborative Lifecycle Management suite has something similar that i can connect from c# to the server and interogate testcases from it ?
Best regards
One answer
HI George,
RQM has two public REST APIs that can be called from any HTTP client:
RQM Reportable REST API
RQM OSLC API
RQM has two public REST APIs that can be called from any HTTP client:
RQM Reportable REST API
RQM OSLC API
Comments
I am not sure how can i use the links you have sent me from C#...
You can use a HTTP client library in C# to invoke these APIs.
Thank you Ara, Now i am stuck at the login/password part...
How do i login using a c# Windows Forms based application ?
George,
Are you encountering Authentication type errors?
If take a look this forum thread; there are some code samples that may be helpful