sdruker
11 years agoContributor
Automating testcomplete using the integration object
Hi,
I'm trying to figure out how to use the integration object.
according to the article:
http://support.smartbear.com/viewarticle/55167/
the integration object includes special methods to perform some actions.
one of them is "to enable or disable test items.."
To obtain access to a project’s or project suite’s test items, use the
I don't understand how to iImplement it.
I created the "integration" object , and "testsuite" object that uses the "projecttests_comaccess" object which should provide access to the test items of the project,
but I can't find information of the method and uses of the "projecttests_comaccess" object, and how to modify the testitems properties
I'm trying to figure out how to use the integration object.
according to the article:
http://support.smartbear.com/viewarticle/55167/
the integration object includes special methods to perform some actions.
one of them is "to enable or disable test items.."
To obtain access to a project’s or project suite’s test items, use the
TestSuite
property of the Integration
object. This property provides access to the test items collection of the specified project or to the test items of the currently opened project suite. Using properties of this collection, you can access the desired test item and modify its properties (name, description, timeout, enabled\disabled status and others).I don't understand how to iImplement it.
I created the "integration" object , and "testsuite" object that uses the "projecttests_comaccess" object which should provide access to the test items of the project,
but I can't find information of the method and uses of the "projecttests_comaccess" object, and how to modify the testitems properties
- Hi Sivan,
Refer to the "Enabled Property" article - it contains a sample demonstrating how to use the ProjectTests_COMAccess object’s properties to obtain the ProjectTestItem_COMAccessobjects.