user3226787
user3226787

Reputation: 1

QC ALM REST API using java

Can any one help me on QC ALM REST API's. What are all the things we need to configure to work on this? I have access to QC 10. Can i use same QC 10 url to connect using ALM REST API's

Upvotes: 0

Views: 4754

Answers (2)

Sugat Mankar
Sugat Mankar

Reputation: 478

Navigate using Help-> Documentation Library -> API References.

API examples are available in Java, .Net, VB, COM etc.

For Java use below url : replace correct your domain url.

http://qualitycenter.yourdomain.com:8080/qcbin/Help/doc_library/api_refs/REST/webframe.html

Upvotes: 0

J28
J28

Reputation: 1110

No, you can't use QC 10 url to connect using ALM Rest APIs. ALM Rest APIs are supported for HP ALM 11.0 onwards. Go to Help >> Documentation Library for more information about the ALM REST API in your ALM.

Upvotes: 2

Related Questions