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
Can any one send me the QTP Basic Coding Samples?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What are the main differences of qtp and win runner?
Explain the Different types of QTP test assets and their extensions?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
how can i call function (which has link with excell sheet at a remote location) within another function
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
after click on compose mail how can we attached a file in qtp with vbscript code
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
when u script reveiwing in which area u more concentrates?
What are the different recording modes?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
what QTP Options do you know?