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 action?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How do you open adobe acrobat file in QTP and do some testing on that file ?
Explain the difference between data driven testing and parameterization ?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How does quicktest professional identifies the object in the application?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to export quicktest professional (qtp) results to an .xls file?
Explain how Does Run time data (Parameterization) is handled in QTP?
What is the qtp testing process?
what is the advantages and disadvantages of using functions instead of re usable actions
What is text check point and text area check point?
What is the significance of “action 0” in qtp?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
What is difference between run time object and test object?