How can i open 5 multiple browser at once through QTP VB
script
Answer Posted / rayudu
Give URLs in URLS.txt documents and save
Set a= createobject("scripting.filesystemobject")
set b=a.opentextfile("c:\ray\URLS.txt",1,true)
i=1
Do while not b.atendofstream
c= b.readline
systemutil.Run"iexplore"
browser("name:=Google").Navigate c
browser("text:=.*").WaitProperty "text",c,10000
loop
Or else try with it
Set a= createobject("scripting.filesystemobject")
set b=a.opentextfile("c:\ray\URLS.txt",1,true)
i=1
Do while not b.atendofstream
c= b.readline
i=i+1
systemutil.Run c
browser("text:=.*").WaitProperty "text",c,10000
loop
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi ,Can any one pleas explain how to test splash objects using QTP?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How to open a new test using quicktest professional?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What are the views available in quicktest professional?
What is quicktest professional window?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Tell me about your project? please help me how to tell about insurance project
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How to test fly out menu in qtp?
How to remove the associated function library?
What is data driver in qtp? Where we use it?