Cn u please clarify my doubt Where are micTab and micReturn
used.Thanx in Advance
Answer Posted / param
micTab and micReturn are the keyboard input constants.
Example scenario: you have a google page opened. cursor
pointed to webeditbox.
you want to search a book.
you type the book name and click search.
If you want to perform this using qtp, you can use
browser().page().webedit("data")
browser().page().webbutton("search").click
This gives you a visual perception of the mouse click.
Instead of using a click of mouse which gives us a visual
perception, we can make the keyboard to do this task using type
browser().page().webedit("data")
browser().page().webedit.type micTab
browser().page().webbutton("search").type micReturn
Note: Fill the elements in the brackets- browser and page
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
What is difference between shared and local object repository?
What contains Data Driven Framework document in qtp?
Explain the types of object repository?
What is the file extension of the code file in qtp?
how to test Web application using QTP software
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is the difference between keyword view and expert view?
How can you close the second opened browser?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is the syntax to call one script from another?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
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.
What is the significance of “action 0” in qtp?
What is the use of an object spy tool in qtp?
How many scripts did you have?