tests/{ID}

Description

Returns, deletes, or updates a test design.

URL

/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}

Remarks

When updating the test data, the request body contains only the data to be changed. The request body is a subset of test entity XML.

The test data can be passed as XML or as JSON containing the equivalent data.

HTTP Method

GET: Returns the design test.

PUT: Updates the design test.

DELETE: Deletes the test.

Request

Headers:

One of:

Cookies:

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

Request Body:

GET: No request body.

DELETE: No request body.

PUT: An XML describing the data to be updated in the test, or the equivalent in JSON format. See test entity XML

Response

Headers:

One of:

Cookies:

None

HTML Return Code:

See the HTTP Return Codes

HTML Body:

GET and PUT: Returns the data on the entity in the test entity XML or equivalent JSON string. If method is PUT, returns the data after the update. See test creation response XML.

DELETE: No body returned.

See Also

tests

test entity XML

test creation response XML