how to insert QTP to display errors and other description
in the test results instead of halting execution by
throwing error in the mid of executin due to an error (for
object not found)?
Answer / swati,gayatri
Write error description into repoter.reportEvent to dispaly
in results.
write a recovery senario to deal the situation and continue
the execution.
| Is This Answer Correct ? | 2 Yes | 0 No |
How many types of status are there?
How to find the OS name by using QTP script?
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??/
How can I deploye a 'QTP Runtime environment only'
what r the drawbacks and limitations of QTP?
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
What is the recovery scenario in qtp?
what QTP Options do you know?
How to retrive the property of an object?
Which is the best testing institute for QTP training in Hyderabad.
Suppose I want fail that check point? How can you do that?
what is the extension of action script template?