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 / 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 |
Explain in brief about the quicktest professional (qtp) automation object model?
If object is not recognized by qtp but the object is standard object what is your approach?
. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?
what is the framework followed by ur company in qtp
Is it possible to use two instances of UFT on the same machine? If not why?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
how you update scripts in qtp?
how qtp handles customised object
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?