How to record ENTER button that we use through the keyboard in QTP for applications
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you want to replay an Enter key, in most cases when QTP does not record an action it’s much better to add the step manually than trying to force QTP to record it.
If the test object in question supports
Typeyou can use that:Otherwise you can use the
DeviceReplayobject as described in this article