Adds a run to an existing trend report.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/TrendReports/{ID}
The run is added in the Finished state.
PUT: Adds a run to an existing trend report.
Headers:
Content-Length: {length}
Host: {PCServer}
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
An XML describing the run.
Element | Description |
---|---|
TrendReport | The root element. |
Project | The project the run belongs to. The project an be different than the project of the report. |
TestSetId | The ID of the test set that contains the executed test. |
TestId | The Test ID |
RunId | The Run ID |
TrendedRanged | (Optional) The range of the run to add to the report. Default: the entire run. |
Headers:
None
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
None
|