Returns or sets the type of this test.
Object.Type [ = enTestType ]
The Type property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ATest |
ATest object |
|
enTestType |
enumATestType |
An integer specifying the type of this Test. |
enumATestType can be one of the following:
|
Name |
Value |
Description |
|
atestTypeMinMax |
1 |
MinMax |
|
atestTypeOther |
2 |
Other |
|
atestTypeRef2 |
3 |
Ref2 |
|
atestTypeRefx |
4 |
RefX |
|
atestTypeTolerance |
5 |
Tolerance |
|
atestTypePrecise |
6 |
Precise |
|
atestTypeString |
7 |
String |
The following statement lists the Id and Type of this test to the log:
print "Test "; Test.Id; " is of type "; Test.Type