What is the difference between low level recording and
analog recording mode when it will be enabled.
Answer Posted / uday kumar_anem
There are some differences between Analog and Low-Level
Recording modes:
1. Analog mode is useful for recording operations that
cannot be recorded at the level of an object, for example,
recording a signature.
Low-Level recording mode enables you to record on any
object in your application, whether or not QTP recognizes
the specific object or the specific operation.
2. In analog recording mode, the exact mouse movement and
keyboard operations are important. Which means that if the
application is moved to some another place in your desktop
the test may fail.
You can also use low-level recording if the exact
coordinates of the object(not the mouse movements) are
important for your test.
3. A single statement is generated if you working in analog
mode. Here it records all operations in a single file, and
just calls to that file. Here we cannot edit the steps in
analog mode.
For each operation seperate statement will be created in
Low-level recording mode.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What phases are involved in testing an application in qtp?
What are the advantages of a Hybrid framework?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
What is object spy in quicktest professional (qtp)?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
banking project description for software tester
How to release all resources file from the QTP?
Who uses qtp tool?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What is the difference between qtp and selenium?
What are the methods of the TextStream object that are used for reading from a text file?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Explain features of the latest version of qtp/ uft 12.1?