Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Paul,
Is the following code what you are looking for?
' Create an application object
Set TestCompleteApp = CreateObject("TestComplete.TestCompleteApplication")
' Obtain an integration object
Set IntegrationObject = TestCompleteApp.Integration
' Obtain the Project program object
Set ProjectObj = IntegrationObjectj.GetObjectByName("Project")
' Obtain the variable collection
Set VarCol = ProjectObj.Variables
'...