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 |
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
How can I import environment from a file on disk?
Hi All I am installing QTP 8.0/8.2 in my office desktop (WIN XP) but it is not working. Inspite Installion is succesfully done but when i open qtp from programs it opens only first screen of add-in and after that it disappears. But in my other computer at home (winxp) it is working fine. Can you please give the reason, why it is not working in office desktop. DEEPAK SINGH
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
Is the qtp course will help to create a virtual object?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
what is framework in QTP? any one give me answer
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
Using Object Repository is a advantage or disadvantage?
write a function to read the items from Combobox of Flight Reservation application and save in excel.