Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method ExecuteAndCheckResponseByList

Executes API method and performs checking by Check List

Usage

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);

Documentation Categories

ZAPTEST

FARM

LOAD