Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to carry out bit map check points in QTP

2238


What is the syntax for how to call one script from another?

1096


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

1081


How software tester can use constants and variables in scripts?

2293


how to find that tools work well with your existing system?

1908


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

2172


How many lines of code in each script of QTP?

4533


What is the purpose of loading qtp add-ins?

1253


what is ODC and GDC?

7950


how to test use the quality control .how to verify the image verification

3142


Can you write a script to check if the folder exists or not?

1033


Can we write winrunner language i.e TSL in QTP tool?

2035


How many ways we can parameterize data in quicktest professional (qtp)?

1137


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

7606


How to check feasibility of the appliction?in automation testing?

2036