Program Property (ATest) |
Version 8 |
Returns the test program object.
[ 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. |
This Program property is used to determine the test program object.
The following statement gets the current program name from the test object:
print obTest.Program.Name