Method CheckResponseByList
Checks response by list (CheckList) where 'Path' is the path to the property and 'Value' is comparable valueUsage
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);
Comment
Set Report parameter