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
Explain different types of action in qtp?
how to prepared for first for the first interview?
How to run a test using quicktest professional (qtp)?
Did the scripts need lot of maintenance? If yes, why?
Explain about the test fusion report of quicktest professional (qtp)?
How many types of parameters are available in quicktest professional?
What is Distributed testing? How does UFT support it?
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...!!!
Describe function procedure in vbscript.
Explain data driven framework?
How u will do versioning in QTP?
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.
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is the architecture of your project? Can any one answer for this question plz........
Hi How to retrieve data from web element line by line?