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

Method ImportGlobalVars

Imports Global Parameters from XML file

Usage

Function ZAP.ImportGlobalVars ( 
	String Path, 
	Boolean Overwrite [Optional]
)

Parameters

Path

Type: String

Path to the Global Variables

Overwrite (optional)

Type: Boolean

Default value: false

Option to overwrite all variables

Returns

No return value

Example

VBScript

Zap.ImportGlobalVars "C:TempGlobalVariables.xml", true

JavaScript

Zap.ImportGlobalVars("C:\Temp\GlobalVariables.xml", true);

Documentation Categories

ZAPTEST

FARM

LOAD