Performs an abort operation on the run.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{run ID}/abort
Attempts to stop the run the same fashion as stopNow. If the run does not stop after a delay, it is stopped immediately even if there is loss of data.
Post run actions are not executed when abort is invoked. They only apply to stop.
The URL for the run data is the same as the Location header returned by Start a Test Run with the addition of the operation "abort".
POST: Invokes the abort operation on the run.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
POST http://<PCServer>/LoadTest/rest/domains/{domainName}/projects/
/Runs/{ID}/abort
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
None
Run Status XML
Stopping Runs
Start a Test Run
|