Returns or sets a required string value in a String test type.
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. |
The following statement sets the string in the String Test to "OK":
test1.String="OK"