Method ExecuteAndCheckResponseByList
Executes API method and performs checking by Check ListUsage
Function ExecuteAndCheckResponseByList(
Boolean Report [Optional]
)
Parameters
Report (optional)
Type: Boolean
Default value: True
Report Result
Returns
True if execution completed and all checks are passed
Example
VBScript
Server("API Server").Method("Method").ExecuteAndCheckResponseByList
' Set Report parameter
Server("API Server").Method("Method").ExecuteAndCheckResponseByList True
JavaScript
Server("API Server").Method("Method").ExecuteAndCheckResponseByList();
// Set Report parameter
Server("API Server").Method("Method").ExecuteAndCheckResponseByList(true);
Comment
Set Report parameter