1. What is diffrence between Analog Recording And Lomlevel
Recording ?
Answer Posted / lak
Analog Recording:
Requires more disk space than a Normal recording.
Record exact mouse movements, mouse clicks and keyboard
operations relative to the X-Y coordinate location on the
desktop or application window.
Records only one step for the duration of the analog
recording session. This step shows up in the Keyword View
as a RunAnalog operation.
Creates a binary file, AnalogTrackList.dat to store the
analog actions and places it in the action folder. No
object information is stored in the object repository.
Low-level Recording:
Learns the object into the Window class or the WinObject
class along with their attributes and stores this
information in the object repository.
Records only mouse clicks, drag and drop, and type
operations on an object.
Records only a step for each action or operation on an
object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the hierarchy to use properties in descriptive programming
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Does quicktest professional (qtp) is unicode compatible?
How to associate shared object repository to test in qtp?
What is a Patch in QTP?
How to check feasibility of the appliction?in automation testing?
What are table and db checkpoints?
If I change the object name in one action will it be updated in all the actions? Or not?
How to run a test using quicktest professional?
Object repositories types, which and when to use?
how can we do the frame work in qtp
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
What are the 3 main stages involved in testing with qtp?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What is the difference in testing a client-server application and a web application?