lsainsbury
10 years agoContributor
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...
- 10 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.