Get all test instances by test ID

Available in versions: 12.56 and later

Description

Gets all test instances in the project by the specified TestID.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/testInstances?query={test-id["{test_id}"]}

HTTP Method

GET: Returns the test instances in the body of the response.

Request

Headers:

Accept: application/xml

Cookies:

Version 2020 (or later)

LWSSO_COOKIE_KEY={LwssoCookie};

Versions earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

None

Response

Headers:

Content-Type: application/xml

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

The XML containing the test instances.

See Also

Create new instance in test set