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
What is the extension of qtp local repository?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is reusable action?
What are the different attribute used with regular expression?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What are the types of object repositories? Which one is you using?
Can launch two instances of qtp on the same machine?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Can you brief the hurdles you faced during Automation testing?
How you can delete excel file in qtp?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What does mean by Scope of Automation?n How we defined it?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How do you create new test sets in td?