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
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How to use checkpoints in qtp ?
Shall we add Local Repository to shared object repository,if yes,how we add
How to find array size in qtp?
What test cases can you automate using QTP?
What is quicktest professional (qtp)?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
how can i pass a "cript"as a parameter in to a function
When you open QTP, how many sheets you can see?
how did u use automating testing tools in ur job?
Explain how Selenium is different from UFT?
Tell me about qtp?