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??/
No Answer is Posted For this Question
Be the First to Post Answer
How you are developing the script? Using record and play back or manual?
How to execute the test cases using QTP. i.e What is the use of QTP while execution
How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
give me the code to save all messages of inbox of gmail into a folder and notepad
Can we create user defined functions in qtp?
Write the vb script for the lowest and highest values of an array?
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
What are the recording modes in wave event?
what kind of frame work you used in your last project?
How to return a value from a fn, if it has more than one value how to return
What are the features of quick test pro(qtp)?