Eggplant Performance Test Controller:
GET Errors Method

This method gets a list of all the errors that have occurred during the test.

URL

/test_controller/api/1.0/<workspace>/<project>/<test>/errors

HTTP Method

GET: Gets a list of all the errors that have occurred during the test

Response Parameters

Type Description
String The VU group in which this error occurred
Integer The VU in which this error occurred
Integer The VU in which this error occurred
Integer The number of milliseconds since the beginning of the test run at which this error occurred
String The error ID
String The error text
Integer

The error text

Example Request

http://localhost:5001/test_controller/api/1.0/Demo%20Workspace/Demo/demoScript/errors

Example Response

[

["demoScript", 1, 3, 359, "", "An error occurred!", 48020],

["demoScript", 1, 3, 42202, "", "An error occurred!", 48020]

]

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant