How can i open 5 multiple browser at once through QTP VB
script
Answer Posted / vistaraj
For i=1 to 5
set explore=createobject("InternetExplorer.Application")
explore.Visible=True
wait(2)
explore.navigate "www.timesofindia.com"
Next
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is keyword view?
how to prepared for first for the first interview?
What is system testing and what are the different types of tests you perform in system testing?
Explain Descriptive Programming Types with Examples?
What are metrics and matrix?
Hi,All How to create a link in excel sheet using qtp
How do you delete unwanted results in qtp?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What are the general steps involved in the data driven framework?
how did u use automating testing tools in ur job?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What are the different ways to invoke an application using QTP?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
can any body give the banking domain concepts/links
How can you identify the browser and its information using QTP script?