success_status
success_status
A JSON object that provides details about the success response.
JSON Example
{
"httpstatuscode": 0,
"success": "string"
}
integer
httpstatuscode
Required
Status code recieved from the server.
string
success
Required
'true' indicates successful execution of script to test page. 'false' indicates that the page is not testable.