When The Low Level Recording is Used in QTP
Answers were Sorted based on User's Feedback
Answer / aarati borse
See ..mostly in real practice normal recording is used..
Theoriticaly all over it is give that when any object is
not getting recognized by QTP then we need to use this low
level recording mode.Loe level doesnt support to "Select "
operation.Please everybody take this in account...
Try this LL mode on standard Flight Reservation apps which
is provided by QTP itself.
Record for whole insert order..by LL mode.Only by mouse
select all the required options..
It will get fail..
Now do the same thing but use here only tab...for selecting
any option from list.
Now it will work..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashish.a
In case of any customized object we use low level recording, to identify the customized object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praveen
To Record non-support environment object operation in to
automation script we prefer low-level recording.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar.k
Sometimes low level recording is used to record unexpected
defects that arise due to mouse movement and key strokes.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / venkatraj.b
when ever QTP is not recognise the objects by using
standard recording and analog recording then only we will
use the LOWLEVEL RECORDING
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prashanth
Low Level Recording is used to record Non-Supportive
technologies
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / deeps
Low level recording is used for recording short cut keys
like ctrl+N,ctrl+S.....
correct me if i am wrong
| Is This Answer Correct ? | 2 Yes | 5 No |
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
setroproperty and getroproperty difference
what is the default ordinal identifier.what are the send keys in qTP.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How to analyzing Test Results using QTP?
What are the technics follow in writing VB script?
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What do you mean by checkpoints in qtp?
Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J