Give me exact application where we should use low level
recording?
Answers were Sorted based on User's Feedback
Answer / rajiv jindal
one disadvantage of low level recording is: it takes more
disk space that normal recording....
especially used when we need the exact mouse positioning
movement...
your comments wll be acceptable...
Rajiv Kumar Jindal
(Test Engineer, noida)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / smiley
we will use the low level recording when an application's
is not able to identified with the analog or normal
recording mode.Generally people don't prefer this recording
mode because by using this recording mode application's
performance will get down.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nanda
Ofcourde..what u said right....in real time we wont use low
levele recording.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashanth
when QTP fails to identify the objects in the application,
we use low level recording, in other words we can say it is
used for non-supportive technologies
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / debee prasad kar
low level recording is used when we need the exact
coordinates of the objects in the application ,
low level recording records at the object level and also all
the runtime objects.
low level recording enables you to record any object in your
application whether or not QTP recognizes the specific
object or specific operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
how will you handle the situation when object is not caputred during record?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
How does qtp identify objects in the application?
Explain the concept of how QTP identifies object.
Explain the keyword createobject with an example.
How to retrieve the data from database?
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
what is database check point, how will you parameterize the database from seperate data table?
WHAT IS PARAMITARIZATION?
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri
why do we go for Test Automation?