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
desribe a situation where u faced a stressful situation and how did u cope with it
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is the difference between analog and low level recording?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
• What type of testing questions will be asked for 2+ yrs exp people in interview?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What are some test assets and related extensions of qtp?
What is the descriptive programming?
Can we create a qtp test from qc?
What is the syntax for how to call one script from another?
What is Associate Repository in QTP 9.2 ?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
in a web page How to check and display a particular word from a paragraph?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
What are the types of object repository?