What is the vb script when the url enter into the browser
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Browser Object.navigate "URL"
Ex: Browser("browser").navigate "www.yahoomail.com"
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jyo
Ex:Browser("Title:=web.*")
Here Title is property for web pages identification and
web.* is the partial url of that page instead of lengthy URL
Is This Answer Correct ? | 0 Yes | 0 No |
what is the Command used to start the QTp from Run.
how to retrieve data from flight resevation->reports
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
how can we handle errors other than using recovery scenerios in qtp
Did QTP prove efficient for your project? Yes or No, explain?
Explain the types of object repositorys in qtp?
How do Parameterization and Data-Driving relate to each other in QTP?
How to execute a winrunner script in quicktest professional?
what is the purpose of .vbs file?
how will check the links in multiple pages at a time
Hello Everybody, please tell me how to use accessibility checkpoint and XML checkpoint by giving any practical example of it.please provide me the steps to perform that and also pls provide the code too. Thanks in advance, Gaytri