ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
How can i open 5 multiple browser at once through QTP VB 
script
 Question Submitted By :: Shweta
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can i open 5 multiple browser at once through QTP VB script
Answer
# 1
We Can open as many as browser in QTP using Vb script at once 
as:
Write the Below code in text pan & Click Run

for i=1 to 5
  Systemutil.run"firefox.exe"

Next
 
Is This Answer Correct ?    5 Yes 0 No
Panna Lal Jaiswal
 
  Re: How can i open 5 multiple browser at once through QTP VB script
Answer
# 2
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 ?    1 Yes 0 No
Rayudu
 
 
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
can we install qtp in windows vista  1
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.  2
how to click the link in webpage by using QTP Script????????  2
will QTP 9.2 run successfully on Linux(gui) operating system  1
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts  2
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?  2
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can  4
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP iFlex2
WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?  3
can we enable smart identification for test object  3
What is the real use of different actions in QTP  1
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.) Misys3
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.  2
where is the bitmap checkpoint be saved  3
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days) Livetek2
i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer  1
What are the Features & Benefits of Quick Test Pro (QTP)..?  4
What is the difference between Normal mode and Fast mode ? AZTEC1
what is the framework followed by ur company in qtp Ordain-Solutions4
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc., ADP2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com