Forum Discussion
AlexeyK
Alumni
14 years agoPrasanna,
TestComplete's hierarchy of test objects is based on UI objects and does not include non-visual class instances. So, you can access non-visual class instances through methods and properties of UI objects. A possible alternative is to create a static method or property that will return the needed value. You can add this static method or property to the Program class, for example. However, for me, the approach of using UI objects seems to be easier.