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