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

Method CheckResponseByList

Checks response by list (CheckList) where 'Path' is the path to the property and 'Value' is comparable value

Usage

Function CheckResponseByList( 
    Boolean Report [Optional]
)

Parameters

Report (optional)

Type: Boolean

Default value: True

Report Result

Returns

True if equal

Example

VBScript

Server("API Server").Method("Method").CheckResponseByList
' Set Report parameter
Server("API Server").Method("Method").CheckResponseByList True

JavaScript

Server("API Server").Method("Method").CheckResponseByList();
// Set Report parameter
Server("API Server").Method("Method").CheckResponseByList(true);

Documentation Categories

ZAPTEST

FARM

LOAD