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

Method SetRequestGetParameter

Sets Request Get Parameter value

Usage

Function SetRequestGetParameter(
    String Name,
    String Value
)

Parameters

Name

Type: String

The name of the Get Parameter

Value

Type: String

The new value to set (must be a string)

Returns

No return value

Example

VBScript

msgbox Server("API Server").Method("GetBookById").SetRequestGetParameter("id", "1")

JavaScript

alert(Server("API Server").Method("GetBookById").SetRequestGetParameter("id", "1"));

Documentation Categories

ZAPTEST

FARM

LOAD