Give me an example where you have used a COM interface
in your QTP project?
COM means "component object model",access the methods and
properties to your application.
-ramakrishna
| Is This Answer Correct ? | 3 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 is defination of regression testing?
What is different command used in command Prompt while using QTP?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
what is the difference btn risks & Therads in the Test plan documentation?
Check point what is how many types of checkpoint and explain
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
How many test scripts are prapare in ur project(HeathCare Insurance).
How we can do Batch testing in QTP?
what is the use of VIRTUAL OBJECTS? explain ?
How many tabs are available in debug viewer pane?