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 |
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
what type of framework u r using in ur organization
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
banking domain description for software tester for interview
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
What is a Patch in QTP?
who is the best faculty in HYD? Nageshwar rao or GC reddy?
What is the diff between image and bitmap check point?
HO DO U CALL A ACTION?
How can you merge two Object Repositories?
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
Could any one suggest web site links to learning VB Script for QTP purpose??