Forum Discussion

tbom's avatar
tbom
Contributor
13 years ago

Retrieving projectsuite.variable.xx via COM

I'm trying to run testexecute via com automation object from C# code. In this perspective I would like to get the state of certain projectSuite variables, that contains status of the test.



Is it possible to access this from c#? 



I have tried Integration.GetObjectByName("ProjectSuite"), but this doesn't seem to be working.



Regards

Thomas

1 Reply

  • Anonymous's avatar
    Anonymous

    Hi Thomas,



    IntegrationObj.GetObjectByName("ProjectSuite").Variables works for me. Can you share your script with us?