Previous Topic: Invoke the Callback Service with LISA InvokeNext Topic: The REST API


LISA Invoke Responses

This section describes the elements that can appear in the XML document that LISA Invoke returns.

The method element indicates what type of run was performed.

The status element contains the status of the run: OK or ERROR.

The result element contains one or more of the following child elements:

status

The status of a test case: RUNNING or ENDED.

reportURL

The URL to the report in the Reporting Console.

runId

The unique identifier of the run.

pass

The number of tests that passed.

fail

The number of tests that failed.

warning

The number of tests that had warnings.

error

The number of tests that had errors.

message

Information that is specific to the type of run.

tc

The name of a test case included in a suite.

callbackKey

A string that you can use to perform additional actions on the test case or suite.