Get test validity data

Description

Returns diagnostics on test design.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/validity

Remarks

Test instances of this test are available for execution if <IsValid> is true in the returned data.

HTTP Method

GET: Returns the test validity data.

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:

One of:

  • Content-Type: application/xml
  • Content-Type: application/json

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

Returns the data in XML or equivalent JSON string. See Test validity XML

See Also

Create a test
Test creation XML
Test validity XML