difference Between LowLevel and Normal Recording Modes?
Answers were Sorted based on User's Feedback
Answer / sudhakar
1. Normal Recording is also called as context senditive
record. It is used for recording the actions performed on
the standard GUI objects.
2. Low Level Recording is used to record atleast some
minimum operations on the non supported environments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naren
Low-Level Recording:Is useful if the exact coordinates of
the object are important for ur test.
Normal recording:Is useful when the recording operations
that cannot be recorded at the level of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Apart from above points:
Low level record is used to record the session even the
object is not recognized by the QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nadeem sharif uddin
Normal Level Is Object Context Level ; where QTP recognize
object with Physical Description Of only interacted object.
Low-Level Recording?enables you to record on any object in
your application, whether or not QuickTest recognizes the
specific object or the specific operation. This mode
records at the object level and records all run-time
objects as Window or WinObject test objects. Use low-level
recording for recording in an environment or on an object
not recognized by QuickTest. You can also use low-level
recording if the exact coordinates of the object are
important for your test or component.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we call runaction in the funcion
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
How to Test the mainframe application?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
can we take 'dim my pen is good' as a paramerter
write a qtp script to verify that the business price is twice the economy price in flight reservation window
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
How software automation specialist enter steps in the Expert View?
How to handle the exceptions using recovery secnario manager in Qtp?
To which environments does quicktest professional supports?
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me