10-18-2010, 01:50 PM
Hi Ankur,
I Want to open Internet Explorer and then want to navigate google.com with the help of descriptive programming in QTP 9.2.
I am giving the descriptions in the form of string arguments.
Just check this script:
I am getting General Run Error. I used Msgbox.Errnumber after the script to know the error number but i was not able to solve the problem with the help of that error number.
Please help me out.!!!
Thanks and Regards
Bhawin Joshi
I Want to open Internet Explorer and then want to navigate google.com with the help of descriptive programming in QTP 9.2.
I am giving the descriptions in the form of string arguments.
Just check this script:
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe"
Browser("Class Name:=Browser","title:=about:blank").Page("Class Name:=Page","width:=1440").Sync
Browser("Class Name:=Browser","title:=about:blank").Navigate "google.com"
I am getting General Run Error. I used Msgbox.Errnumber after the script to know the error number but i was not able to solve the problem with the help of that error number.
Please help me out.!!!
Thanks and Regards
Bhawin Joshi