How to get test-instances from HP ALM using REST API using Java? -
i've connected hp alm, not know how test-instance data. url looks like:
https://hpalm.hostname.ca/qcbin/rest/domains/domain_name/projects/project_name/test-instances
is there way append query url , test-instances under project?
thanks
use 'http' instead of 'https'
http://hpalm.hostname.ca/qcbin/rest/domains/{domain_name}/projects/{project_name}/test-instances
Comments
Post a Comment