Hi all,
I have written a script for save button. If i let it run, QTP clicks the save button, but cannot able to goto next screen. Its working fine if i work manually. can any one say me how to solve tis problem.
My code is,
strBrowser="title:=xxx"
Browser(strBrowser).Page(strBrowser).Webbutton("name:=Save").FireEvent "onclick"
Browser(strBrowser).Page(strBrowser).Webbutton("name:=Save").Click
once save button is clicked the next screen should popup. it fails to popup the screen, but click function have been done. Even i tried using with wait(10) after safe button is clicked. its not working. plz help me from tis problem.
thanks in advance,
Preetha.