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 |
QTP script is not working on other's machine..
What is smart identification?
What is data driven testing in QTP?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
Difference between keyword driven test and DDT?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the virtual object?
Give the syntax to load function at run time.
What is the exact difference between QTP and RFT ?
where do you store the test result?
What is the difference between driver-script and AOM-script?