Tell me Three major differences between QTP & Winrunner?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
1). Descriptive Programming is possible in QTP.
2). .Net applications are supported in QTP.
3). Various checkpoints are available in QTP other than
(Text, Database, Bitmap) in WinRunner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreekanth
QTP is supports Web,.Net and so on... Applications Testing.
WR is mainly recommended for GUI Testing.
QTP uses VB SCript as scripting Language.
WR uses TSL as scripting langauge.
There is no Keyword View in WR, as it contains only Script
view .
QTP has two views,Keyword View,Expert View.
Like above there are many differences by which we can say
that " QTP is having more features as a Functionality
Testing Tool than WIn runner"
| Is This Answer Correct ? | 0 Yes | 0 No |
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
What r types of parametarizations?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
Where the text version of script file located in file system?
How to parameterize in QTP?
what are the different data driven types?
Explain about the Test Fusion Report of QTP ?
What is BPT?
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
How to open any application during Scripting?
does test plan is in test strategy or test strategy is in test plan.
What is environment variable in qtp and why to use it?