Diagnostic Testing Methods

Diagnostic testing methods start a diagnostic test.

runDiagnosticTest()

Starts a diagnostic test.

Specify the test parameters using two string lists. One list is the names of the parameters and the second list contains the values.

The async parameter determines when the method returns. If async=false, the method does not return until the test completes. If async=true, the method returns once the request is submitted. You can then use getRequest() to determine when the test completes.

Used by WWOPs.

Inputs Outputs Roles Errors

string testName,

List of string paramNames,

List of string paramValues,

boolean async

RequestDto

C2,S1,IFoot 1

WebServiceException

Footnote 1

Only S2 and I users can run robot related diagnostic tests.