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

Method TestParameters.SetItem

Sets item Value or creates new one with given Key

Usage

Function ZAP.TestParameters.SetItem( 
	String Key,
	String Value
)

Parameters

Key

Type: String

Parameter key

Value

Type: String

Parameter value

Returns

No return value

Example

VBScript

Zap.TestParameters.SetItem "demoKey", "demoValue"

JavaScript

Zap.TestParameters.SetItem("demoKey", "demoValue");

Documentation Categories

ZAPTEST

FARM

LOAD