qtp script for recording and running the application.need
script for short cut keys like f3,f4 etc.how to write
script for recording?
Answer Posted / chandu
Hi there,
here u can use "Sendkeys" concepts..for further info please
see the QTP help.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When to use descriptive programming?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How you can make an action as re-usable action?
How many tabs are available in debug viewer pane?
Difference between action & Reusable action?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
how to test Web application using QTP software
How to run a test using quicktest professional (qtp)?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is business process testing(bpt) in qtp?
How can we conduct U-I Testing by using QTP??????
What is different command used in command Prompt while using QTP?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..