Update test set name

Available in versions: LoadRunner Enterprise 2020 and later

Description

Updates a test set name by the specified test set ID.

URL

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

Remarks

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

HTTP Method

PUT: Updates the test set name.

Request

Headers:

One of the following:

  • Content-Type: application/xml

  • Content-Type: application/json

Cookies:

LWSSO_COOKIE_KEY={LwssoCookie};

Request Body:

PUT: XML or JSON with the name of the test set to be updated in the test.

Response

Headers:

One of:

  • Accept: application/xml

  • Accept: application/json

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

None

See Also

Get all test sets
Delete a test set
Create a test set