String Property (ATest)

Returns or sets a required string value in a String test type.

Syntax

Object.String [ = sString ]

The String property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest control

sString

BString

The required string value in a String Test.

Example

The following statement sets the string in the String Test to "OK":

test1.String="OK"

Applies to

ATest

See Also

Type