What is the main disadvantage of using low level and Analog
modes?
Answers were Sorted based on User's Feedback
Answer / praveen kumar.m
In Low-Level recording, mouse and keyboard action will
capture, So, when every the window/Browser miss placed in
run mode, the objects are not find as expected, so test
execution will be stop.
In Analog recording, mouse and keyboard action will
captured and application make it has a file and stored in
it Action folder itself, that file is not editable and only
QTP will read the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sonal.pagare
Use analog recording or low-level recording only when normal
recording mode does not accurately record your operation as
they require more disk space than normal recording mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
what is action in QTP?
how to use import and export sheet methods in qtp
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
After Creation of your QTp frame work, The folders are saved in VSS or Other. plz explain brifly?
Limitations in QTP?
what is the general issues faced while using automation tool Qtp9.0
How to handle the exceptions using recovery scenario manager in QTP?
how can i pass parameters into function?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?