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 |
hw to create a frame work in qtp..what are the basic steps
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri
There is a name "AJAY" how do u count no.of. "A" in that name ?
hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
How to test background color and dynamic images which are moving during runtime?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
How to identify 2 versions of browsers based on regular expression
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)