fbpx

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

Method Execute

Executes API method

Usage

Function Execute( 
    Boolean Report [Optional]
)

Parameters

Report (optional)

Type: Boolean

Default value: True

Report Result

Returns

True if execution completed without errors

Example

VBScript

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

JavaScript

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

Documentation Categories

ZAPTEST

FARM

LOAD