09-27-2011, 11:24 PM
Hi,
Below is my code,
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
Below is my code,
Code:
Browser("name:=My Listings","creationtime:=0").Page("title:=My Listings").WebRadioGroup("name:=126","index:=0").Select Class1
[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