Tell me few important difference Between QTP and WinRunner?

Answer Posted / vijay/chennai

Comparing to winrunner it's a user friendly tool. Using the
QTP we can generate the clear results.

We used to write the code in winrunner is TSL and similarly
it's like C.

QTP supports the VBS.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does quicktest professional identifies the object in the application?

555


Is it possible to use two instances of UFT on the same machine? If not why?

603


Difference between copy to action and call to action?

594


i can done the project with QTP in that time i can say how many members in my team size?

1372


when will you do debug your script? and explain that process?

1453






What contains Data Driven Framework document in qtp?

1469


Explain calling sub procedure.

624


Where we can use the synchronization?

571


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


Name the properties you would use for identifying a browser and page when using descriptive programming?

524


what is error and fault in terms of software quality?

1458


What is a programmatic description?

605


Explain QTP using different development techniques ?

540


What are the different types of qtp test assets and their extensions?

599


What is checkpoint in qtp?

552