difference between recording methods and recording modes in QTP
Answer Posted / geena
QTP has record and playback method.
And record mods are
1. Normal - is the default mode
2. Analog-is to record signature
3. Low Level- is to record x and y coordinators
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to recognise the webelement and verifying that webelement is enabled?
Which scripting language used by quicktest professional?
Can we run test with out adding object in object repository? How it is possible?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
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 do you mean by checkpoints in qtp?
What is RTM (require ment tracebulity marix) fromate?
How to save your test using quicktest professional (qtp)?
Explain how Does Run time data (Parameterization) is handled in QTP?
can u please explain what is the exact difference between qtp8.2 and 9.0
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is regular expression?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How many add-ins comes by default with quicktest professional (qtp)?