Type Params | Return Type | Name and description |
---|---|---|
|
int |
getChildCount() Returns the total number of child project test items. |
|
ProjectTestItem |
getChildTestItem(int index) Returns a child test item by its index (zero-based). |
|
int |
getCount() Specifies the number of times the test item will be run. |
|
java.lang.String |
getDescription() Specifies the test item's description. |
|
boolean |
getEnabled() Specifies whether the test item will be executed during the project run. |
|
java.lang.String |
getName() Specifies the test item's name. |
|
ProjectTestItem |
getParentTestItem() Returns the parent test item. |
|
TC_PROJECT_TEST_ITEM_STOP_VALUE |
getStopOnError() Specifies whether TestComplete will stop the test or project run if the test item execution fails. |
|
TC_PROJECT_TEST_ITEM_STOP_VALUE |
getStopOnException() Specifies whether TestComplete will stop the test or project run if an exception occurs. |
|
java.lang.String |
getTestMoniker() Specifies the moniker of the test associated with the test item. |
|
int |
getTimeout() Specifies the maximum execution time (in minutes) for the test item. |
|
boolean |
isGroup() Specifies whether the specified test item is a group. |
|
void |
setCount(int value) Specifies the number of times the test item will be run. |
|
void |
setDescription(java.lang.String value) Specifies the test item's description. |
|
void |
setEnabled(boolean value) Specifies whether the test item will be executed during the project run. |
|
void |
setName(java.lang.String value) Specifies the test item's name. |
|
void |
setStopOnError(TC_PROJECT_TEST_ITEM_STOP_VALUE value) Specifies whether TestComplete will stop the test or project run if the test item execution fails. |
|
void |
setStopOnException(TC_PROJECT_TEST_ITEM_STOP_VALUE value) Specifies whether TestComplete will stop the test or project run if an exception occurs. |
|
void |
setTimeout(int value) Specifies the maximum execution time (in minutes) for the test item. |
Returns the total number of child project test items.
Returns a child test item by its index (zero-based).
Specifies the number of times the test item will be run.
Specifies the test item's description.
Specifies whether the test item will be executed during the project run.
Specifies the test item's name.
Returns the parent test item.
Specifies whether TestComplete will stop the test or project run if the test item execution fails.
Specifies whether TestComplete will stop the test or project run if an exception occurs.
Specifies the moniker of the test associated with the test item.
Specifies the maximum execution time (in minutes) for the test item.
Specifies whether the specified test item is a group.
Specifies the number of times the test item will be run.
Specifies the test item's description.
Specifies whether the test item will be executed during the project run.
Specifies the test item's name.
Specifies whether TestComplete will stop the test or project run if the test item execution fails.
Specifies whether TestComplete will stop the test or project run if an exception occurs.
Specifies the maximum execution time (in minutes) for the test item.