Differences between QTP & Winrunner?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Differences between QTP & Winrunner:
1. QTP is object bases Scripting ( VBS) where Winrunner is
TSL (C based) Scripting.
2. QTP supports ".NET" application Automation not available
in Winrunner.
3. QTP has "Active Screen" support which captures the
application, not available in WR.
4. QTP has "Data Table" to store script values , variables
which WR does not have.
Using a "point and click" capability you can easily
interface with objects, their definitions and create
checkpoints after having recorded a script without having
to navigate back to that location in your application like
you have to with WinRunner. This greatly speeds up script
development.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram.polavarapu
winrunner is the product of mercury intractive
Qtp is the product of HP
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the Load testing process?
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
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Explain actions in qtp ?
How to recognize and read data from pdf file using Descriptive Programming in QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
What is operator in VB Script?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b