Returns diagnostics on test design.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/validity
Test instances of this test are available for execution if <IsValid>
is true in the returned data.
GET: Returns the test validity data.
Headers:
One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
GET http://<PcServer>/LoadTest/rest/domains/TEST_DOMAIN/projects/TEST_PROJECT/tests/1/validity Content-Type: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Headers:
One of:
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
Returns the data in XML or equivalent JSON string. See test validity XML
|