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
What are the views available in qtp?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the types of object repository?
whare exactly we have to use functions and sub routain
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
what you mean by artifact,milestone...
What is the registration process and examination fees?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
When using descriptive programming?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
How does qtp identify gui object?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
What are the types of object repository in qtp?
Explain the use of action split in qtp?
They asked by using qtp recording writing scripting