Forum Discussion

lsainsbury's avatar
lsainsbury
Contributor
9 years ago
Solved

Defining global object path

Hey guys/girls,   I'm having a small issue at the moment, the software I'm testing has alot of floating windows I need to access information from, but the index TestComplete uses to find the object...
  • Marsha_R's avatar
    9 years ago

    You can either store the path in a string variable and then use eval() when you want it to be an object or you can store it as an object.  We use both.