Cn u please clarify my doubt Where are micTab and micReturn
used.Thanx in Advance
Answer Posted / malathy
MicTab is used to move the cursor to next tab.
MicReturn has the functionality of "Enter" key.
For Instance,
Dialog ("Login").WinEdit ("Agent Name:"). type "hgfo"
Dialog ("Login").WinEdit ("Agent Name:"). type mictab
Dialog ("Login").WinEdit("Password:").Type "mercury"
Dialog ( "Login"). WinEdit ( "Password:"). Type micTab
Dialog ( "Login"). WinButton ( "OK"). Type micReturn
After typing the username, mictab should be used to make
the cursor move to the next tab (i.e Password).
micreturn should be used to press the "OK" button after
providing the password.
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
In qtp, how you can exit for loop?
What is Curd testing?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
What is the basic concept of quicktest professional (qtp)?
Explain about Test Fusion Report of QTP?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Explain data driven framework?
How to analyzing test results using quicktest professional?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How to explain a banking project in interview as a test engineer???
What is fragmentation and paging?
How to creating an output value using quicktest professional (qtp)?
What is the diff between image and bitmap check point?
How qtp recognizes the object?