fbpx

Method Value

Retrieves value from the Datatable

Usage

Function DataTable.Value( 
	String Name
)

Parameters

Name

Type: String

The name of the parameter (column name)

Returns

Value from Datatable for the current Iteration

Example

VBScript

site_url = "demo.zaptest.com"
Application("Demo").Launch Datatable.Value("Browser"), site_url
'now on each iteration ZAPTEST will get browser name from Datatable to launch it

JavaScript

var siteUrl = "demo.zaptest.com";
Application("Demo").Launch(Datatable.Value("Browser"), siteUrl);
// now on each iteration ZAPTEST will get browser name from Datatable to launch it

Documentation Categories

benefits UI testing and rpa

ZAPTEST

Manual testing tools, vs. automation, checklists and more

FARM

LOAD