When The Low Level Recording is Used in QTP
Answers were Sorted based on User's Feedback
Answer / rekha basu
When QTP fails to recognize object in Default mode,we
switch to Low Level recording in order to record on Object
level.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / uday kumar_anem
We use low level recording when QTP does not identify the
objects in the application, and if the exact coordinates of
the object in a application are required.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sherry
i run the low level recording, but QTP haltet while runing
script, does anybody know why_?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naganath.patil
1.if fails to record in Contact Sensitative
2.if it fails to record in analog recording
3.whem the Object is not identified
4.not use
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / ananth.s
If QTP fails to Recognize the object in application then
the low level recording mode will be used for recognizing
objects in application. In low level recording mode QTP
will recognize the objects as a "Window" or "WinObject".we
can see in Expert View.
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi Uday Kumar_anem ,
how we can get exact coordinates in
the application. And one more doubt is when ever the
appliction cannot recognize the object, as per my knowledge
we have to enable the smart identifier. This will assign
the assisive property to recognize the object, If this
doesn't work we go for the ordinal identifier.If you can
clarify my doubt I would be very thankful.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tester
When inputs from Keyboard are needed in test as well as to
capture mouse movements
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi
some times qtp will not recognise non-standards objects,in
that particular time we will use the low level recording to
make as a standard objects..
may be iam not sure.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / indrajit
does low level recording record exact mouse operations or keyboard operations?
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of Regular expression?
What is the descriptive programming?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How do you start automating/ writing your QTP scripts ?
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri
How many ways we can parameterize data in quicktest professional (qtp)?
write vb script code to delete the duplicate values in an array.
what is the code in QTP to take screen shot?
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
What is throw Object?
Write a script to verify font style and color of a windows object using descriptive programming
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?