TestArgs Object

Description

Sets or retrieves input and output test parameter values using the parameter names.

Syntax

TestArgs(ArgName)

Arguments

ParameterDescription

ArgName

Required. The name of the test parameter whose value you want to return or set.

A String value.

Important

If you are processing parameters from a business process test to a business component, we recommend using the Parameter Object instead.

Return Type

The value of the specified test parameter.

Example

Item Property

Description

Sets or retrieves the current input or output test parameter value using the parameter names.

Syntax

TestArgs.Item(ArgName)

Example

Back to top

See also: