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 |
How to capture screen shots when an error occurs?
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
What is the use of an object spy tool in qtp?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
Approach for Installation,comaptibility,system testing
what kind of erros can be handled with the using QTP?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
what is the framework followed by ur company in qtp
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Explain about the Test Fusion Report of QTP?
At a time how many users can access QTP?