when we enter url,one page should open.write a vb script
,that page is open or not
Answer Posted / leena
Browser is open with blank home page
Browser("version:=internet explorer
6", "Title:=about:blank", "openurl:=about:blank").Navigate
("http://www.google.com/")
Dim a
a=Browser("version:=internet explorer
6", "Title:=Google", "openurl:=about:blank", "name:=Google")
.Page("Title:=Google", "url:=http://www.google.co.in").Exist
if a="True" then
msgbox " Page is open"
else
msg "Page is not open"
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How do you capture tooltip using QTP?
What is keyword view in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
what type of framework u r using in ur organization
How does quicktest professional (qtp) identifies the object in the application?
Explain data driven framework?
how can i call function (which has link with excell sheet at a remote location) within another function
What is 'sleep' in sync point?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Tell me one scenario, the complex functionality you have automated in your project?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
what function you write to do database testing with the help of qtp?
What will be happen if i load object repository at run time, but it has already associated.