Tell me Three major differences between QTP & Winrunner?
Answer Posted / raja83
a) Winrunner using TSL for programming Resource availablity
is less but QTP using VB script we can find more resource.
b) in QTP we can See the result With Step by step With
SCreenshot
c) The GUI map can be difficult to understand and implement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is RTM (require ment tracebulity marix) fromate?
What are the different types of recovery operation?
How QTP support all types of applications (platforms)?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
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 are the different types of action?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Explain how Does Run time data (Parameterization) is handled in QTP?
Explain features of the latest version of qtp/ uft 12.1?
What are the trigger events in qtp?
how u will evaluate the tool for test automation?
what is output value in QTP and how it can be used in automation testing
who QTP recognizes the object stored in object repository?
Why is Client side image is preferred over server side image?
What is difference between run time object and test object?