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


Please Help Members By Posting Answers For Below Questions

Can you write a script to check if the folder exists or not?

512


What are the various types of Actions in UFT?

585


What are main panes available in qtp test browser?

528


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1679


Does QTP record on Objects created on XWindows Environment?

1651






While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

1415


In Remote acess server how u run a test?

1282


wht type of User defined functions or Java Releated functions Do we write in VB scripting

1374


If created one virtual object? Next time I changed the window position will it work?

571


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

980


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2056


Why is Client side image is preferred over server side image?

1435


What is the difference in the global and action sheet in qtp?

565


we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

1626


How to open a new test using quicktest professional?

563