Micro Focus QTP (UFT) Forums

Full Version: Using run-time properties of objects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All

Im getting desperate now :-)

Im testing a VB6 thick client app with QTP 9.5. In the app, a third party component is used for buttons so they are all called Softbuttons.pushbutton_6..etc. Which means that they have new names on each run.

If i use Object spy, i can see the run-time properties and I want to use the run-time property of my buttons, for example "Load".

So how do I use the run-time properties instead of Test Object Properties ?

Thanks

p.s. Someone with the right answer might save Christmas for me :-)
try- yourButtonObject.Object.Load
does this works ?