Micro Focus QTP (UFT) Forums
More time to find Object - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: More time to find Object (/Thread-More-time-to-find-Object)

Pages: 1 2


RE: More time to find Object - KVK - 10-27-2010

HI Shandru,

How many WebRadio buttons are there in the page. Did you check the Report after execution and check if smart identification is invoked while indentifing the Object, If yes check the properties of WebRadioGroup("payment") in object repository. Use the Index value also.


One last try, Disable the smart identification of the object in OR and try the below code,

Code:
Setting.WebPackage("ReplayType") = 2
Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "2"
Setting.WebPackage("ReplayType") = 1

Thanks
Vinod