Micro Focus QTP (UFT) Forums

Full Version: What is the procedure to wait after select the webradio group.?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Below is my code,
Code:
Browser("name:=My Listings","creationtime:=0").Page("title:=My Listings").WebRadioGroup("name:=126","index:=0").Select Class1
After select the radio button,I want my QTP to wait for some time to get the new page and fields load.
[According to the radio buttion,the page will get refresh and new fileds will display]
I tried with wait(40) and Sync.
I am in Fast mode in RUN tab.
In the web tab i have 10 seconds for the page load time.
Any help?
Thanks,
Uma
Wait until any one of the objects exists or visible in the next page.
Use do-while/while/if-else/waitproperty statement.
Hi guin,
Thank you,I will try.
Uma