How many types of Recordings are there in QTP and what are
they?

Answer Posted / priya

They are three types of recording modes in QTP. They are
three types

General Recording:In this Mode QTP is Recording mouse and
key board operation with respective object and windows in
our application.

Analog Recording:In this Mode QTP is Recording mouse
pointer movement with respective desktop co ordinates.

lowlevel Recording: In this Mode QTP is Recording Advanced
objects that is they are looking like a image but working
as a button

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of recording test cases in qtp?

589


How to analyzing test results using quicktest professional?

560


why you have standardized functions? plzzz guys with real time exp. do answer

1428


How do client side image and server side image work?

1378


Which recording modes need more memory?

571






How QTP support all types of applications (platforms)?

4071


what is clean sweep?

1506


What is 'sleep' in sync point?

612


Limitations in QTP?

1735


What are the benefits of quick test pro(qtp)?

554


In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

1484


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

2411


Explain runtime dynamic settings?

2016


What is the difference in the global and action sheet in qtp?

565


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

1482