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
Explain process of smart Identification in QTP?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
How can you handle exceptions in qtp?
What is the use of running the scripts in Hidden-mode in UFT?
Should have experience in framework means?
hou can we use vb script in qtp could u tell me breafly
What is difference between run time object and test object?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Have you faced any problems with object repository?
What is synchronization? What are the ways you can synchronize?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How do you delete unwanted results in qtp?
How you create new action in qtp?
What is the differences between image check point and bit map check point?