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 |
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
where did you automate in your project?(please tell me example senarios)
HOW TO DO THE BATCH TESTING USING QTP?
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
How should I check my code( Before going to execute) without executing the script in QTP
Explain about Hybrid Framework
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What does VBS file contain?
how to call multiple scripts in QTP at a time
what is descriptive programming?