What exactly is the difference among all the three recording
modes.
Answer Posted / rashmi
Standard Recording: This mode takes full advantage of Quick
Test's test object model, recognizing the objects in your
application regardless of their location on the screen.
Analog Recording: Enables you to record exact mouse and
keyboard operations your perform on your application. Ex:
Drawing a signature on screen using the Mouse
Lowlevel Recording: Enables you to record on any object in
your application, whether or not QTP recognizes the
specific Object or the specific Operation.
- Use this mode for recording on an environment or on an
object that is not recognized by
QTP.
- Use this mode when you need to record the exact location
of the operation on your application screen.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is 'sleep' in sync point?
How many types of recording facility are available in quicktest professional?
can any one say that where we can download the QTP trail version ??????????
If the objects hierarchy is changing from build to build, then how you will handle that condition?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What are the different types of action?
How to interact tool & application build in QTP?
Explain the views in the QTP GUI?
Output values? i want a practical example
How to test background color and dynamic images during run time can you put the check point for moving objects?
How will internal and external links be validated and updated? how often?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Is it possible to call from one action to another action in qtp?