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
How to analyzing test results using quicktest professional (qtp)?
What are the major/ important methods, functions in QTP we use realtime testing
What is an expert view and keyword view?
How to interact tool & application build in QTP?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to data driven test for Win objects in QTP ?
Explain the features and benefits of quick test pro(qtp)?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Name the different types of recording modes?
What are the benefits of qtp?
How would you export a script from one pc to another in qtp?
Can the user toggle between using Local OR and shared OR for the same action?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
can i compare two databases using QTP ?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!