Program Property (ATest)

Version 8

Returns the test program object.

Syntax

[ obProgram = ] Object.Program

The UutIndex property syntax has the following parts:

 

Name

Type

Description

Object

ATask

ATask object

obProgram

AProgram

Return the test program object.

Comments

This Program property is used to determine the test program object.

Example

The following statement gets the current program name from the test object:

print obTest.Program.Name

Applies to

ATest

See Also

AProgram