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 u give one scenario for for PopWindow Exception & write Code for that?
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
Explain the differences between table and db checkpoints?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
What is qtpro?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
does qtp runs on internet explorer 7.0
How to supress warnings from the "Test results page"?
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
how do u handle an object with out name in our application using QTP 9.2?
.qfl extension for which file? where vl use it
Explain about invoking of application?