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


Please Help Members By Posting Answers For Below Questions

Explain different types of action in qtp?

650


how to prepared for first for the first interview?

1894


How to run a test using quicktest professional (qtp)?

646


Did the scripts need lot of maintenance? If yes, why?

3409


Explain about the test fusion report of quicktest professional (qtp)?

639






How many types of parameters are available in quicktest professional?

615


What is Distributed testing? How does UFT support it?

686


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1509


Describe function procedure in vbscript.

663


Explain data driven framework?

660


How u will do versioning in QTP?

1533


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2204


Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji

1479


What is the architecture of your project? Can any one answer for this question plz........

1486


Hi How to retrieve data from web element line by line?

1659