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 |
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
can onyone tell me how to comapre the output of two different Data Bases in QTP?
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
Hai anyone please "Explain about Framework in QTP?"
what is the difference between data table and spread sheet?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
what is check point?
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?