when we enter url,one page should open.write a vb script
,that page is open or not
Answer Posted / sri satya
SystemUtil.Run "C:\Program Files\Internet
Explorer\iexplore.exe","","C:\Program Files\Internet
Explorer","open"
Browser("title:=about:blank").Page("url:=about:blank").Sync
Browser
("title:=about:blank").Navigate "http://www.google.com/"
If Browser("title:=Google").Page("title:=Google").Exist then
msgbox "Page Exists"
else
msgbox "Page does not Exist"
end if
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How to use checkpoints in qtp ?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
What are metrics and matrix?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
how many maximum number of virtual users we can create?
I want to do QTP Certification what is the pattern of Question paper.
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
explain structured testing? plz guys with exp. do answer
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
To which environments does quicktest professional supports?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What is an object repository?
What are the key elements available in test result window?
What is CMMP and CMMH?