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
How to carry out bit map check points in QTP
What is the syntax for how to call one script from another?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How software tester can use constants and variables in scripts?
how to find that tools work well with your existing system?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How many lines of code in each script of QTP?
What is the purpose of loading qtp add-ins?
what is ODC and GDC?
how to test use the quality control .how to verify the image verification
Can you write a script to check if the folder exists or not?
Can we write winrunner language i.e TSL in QTP tool?
How many ways we can parameterize data in quicktest professional (qtp)?
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.
How to check feasibility of the appliction?in automation testing?