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
In qtp is it possible to check broken links of a page?
Where to use function or action?
whare exactly we have to use functions and sub routain
If object is not recognized by qtp but the object is standard object what is your approach?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
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
How can you give wait up to 10 seconds in qtp?
What is the difference between run time object and test object in QTP?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Give the syntax to load function at run time.
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How we can import data from database?
What is checkpoints for quicktest professional?