How to change the scripts from Per-Action object repository
to shared object repository
Answer / shilpa reddy
open new test,go to test menu-->settings-->click resources
tab-->select shared repository-->click on apply-->click on
ok
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Property......End Property loop? how to write sript for it in QTP
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
What is the syntax to call one action in another?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is the another extension name of library file. If that is exist than what's the difference between them.
Explain different checkpoints in qtp.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Difference between image checkpoint and bitmap checkpoint
what is the diffrence bw qtp architectute and qtp framework?
w is output value
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??/
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?