TestRefResult Variable

This variable is obsolete, use the TestResult instead. The variable was used in ATEasy 2.x. Contains the result of the Ref2/RefX Test.

Type

Long Public

Comments

Use the TestResult internal variable to set the value of the Ref2/RefX test result. The ATEasy migration wizard will replace this variable with TestResult variable.

The TestRefResult variable contains the result of the current Ref2/RefX Test as set by the test code and is used by ATEasy to determine the test status. The variable is compared by ATEasy against the value of the Ref property and masked against the Mask property.

When running multiple UUTs the TestRefResult variable holds the current UUT log. Each execution thread have its own TestRefResult variable.

See Also

ATest, ATest.Mask, ATest.Ref, GetTestMask, GetTestRef, TestResult, TestStatus