The ProjectTestItem_COMAccess object contains the following properties:
Property List
| Name | Description | 
|---|---|
| ChildCount | Specifies the number of child test items. | 
| ChildTestItem | Provides program access to a child test item by its index. | 
| Count | Specifies the number of times the given test item will be executed. | 
| Description | Specifies the test item’s description. | 
| Enabled | Specifies whether the test item is executed when the project runs. | 
| IsGroup | Specifies whether the test item is a group item or not. | 
| Name | Specifies the test item’s name. | 
| ParentTestItem | Provides access to the parent test item of the given item. | 
| StopOnError | Specifies what TestComplete will do when an error occurs during a test run. | 
| StopOnException | Specifies what TestComplete will do when an unhandled exception occurs during a test run. | 
| Timeout | Specifies the maximum execution time (in minutes) for the test item. | 
