What is the difference between a Function and Procedure in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
What is data driven testing in QTP?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Could you please explain me about QTP framework.
anybody give me the real time example for descriptive programming of web application
what are the parameters you are considering for object identification?
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
Can we create a qtp test from qc?
Discuss the QTP Environment?
Syntax for how to call one script from another and Syntax to call one "Action" in another?
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??/