How can i open 5 multiple browser at once through QTP VB
script
Answer Posted / sadashivbyagi
for i=1 to 5
system.utilrun/invokeappliction"ie
explore".naigate"www.google.com"
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the check points in quicktest professional (qtp)?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
what is test scheduleling?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Explain advantages and disadvantages of ddf?
Can we Test Welcome Screens and Process Images with QTP
What is quicktest professional?
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 you can find the absolute value of the number in qtp?
What are the types of properties that quick test learns while recording?
What is the basic concept of quicktest professional?
What is ‘object spy’ and what is the function of object spy in qtp?
Can I change properties of a test object?
How to modify object property in qtp ?