how open two urls in one browser?
plz urgent
Answer Posted / abdul kadir khan
Hi All,
Try this,
Dim Obj
Set Obj = Createobject("InternetExplorer.Application")
Obj.Visible = true
Obj.navigate "www.google.com"
Obj.navigate "www.yahoo.com"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Hai anyone please "Explain about Framework in QTP?"
How many types of recording modes in the qtp?
How to create scenario selector
Tell me about qtp?
How often were they executed?
what is the hierarchy to use properties in descriptive programming
Define Error Pane of UFT?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Explain advantages and disadvantages kdf?
Hi All, How to get repeated word in string . Thanks Balaji
Hi ,Can any one pleas explain how to test splash objects using QTP?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT