3 differences between QTP & Winrunner?
Answer / punkhuri singh
(a) QTP is object bases Scripting ( VBS) where Winrunner is TSL (C based) Scripting.
(b) QTP supports ".NET" application Automation not available in Winrunner
(c) QTP has "Active Screen" support which captures the application, not available in WR.
(d) QTP has "Data Table" to store script values , variables which WR does not have.
(e) 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
what is the difference between link and hyperlink?
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
Why you are Using Descriptive programming instead of Object Repository?
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
How to retrieve particular cell data in excel sheet ?without importing method.
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
Is qtp supports uni-code?
What is the Automation Process followed in your company?
Can I import a excel sheet in Action1 datatable? How?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)