Among the 3 Recoring modes,Standard, Analog and Low Level.
which one is mostly used. I know that Analog id used for
Graphs, Digital Signatures and Barcoding. so, which one
among the 2?
Answer Posted / madhuri
There are 3 Recording modes in QTP
1. Context Sensitive recording
2. Analog recording
3. Low level Recording
We can use any options to record but by default it will be
in Context Sensitive Recording mode.
1.Context Sensitive recording:It records all the objects in
the application irrespective of their location in the
application.
2.Analog Recording:This type of recording is used to record
the exact mouse and keyboard operations.In this srecording
mode it wont capture the steps the while recording,instead
it will generate a Datafile.
we can run the Datafile by calling the trackfile as per the
syntax
syntax:Run Analog "Track1"
3.Lowlevel Recording:This type of recording is used when
QTP fails to recognise teh objects.Use this mode when you
need to record the exact location of the operation on your
application screen.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the types of object repositories? Which one is you are using?
any body can you help me what is the script to automate an comand promt
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
desribe a situation where u faced a stressful situation and how did u cope with it
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is text check point and text area check point?
What test you perform mostly? Regression or retesting in your testing process?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
can u please explain what is the exact difference between qtp8.2 and 9.0
How to integrate the qualitycenter with qtp
What is quicktest professional (qtp window?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?