Can u tell me, my object is not showing object hierarchy when i select object in spite of opening the application after opening QTP.
Harish On Wed, Dec 7, 2011 at 9:45 AM, pydi 833 <[email protected]> wrote: > Shalabh u r supurb.. > > On Tue, Dec 6, 2011 at 9:10 PM, Shalabh Dixit <[email protected]> wrote: >> Syed, >> >> Below is the script for you.. Also refer the screenshots attached for more >> details & reference. >> >> For i = 1 to 2 >> DataTable.SetCurrentRow(i) >> MsgBox "param1 values = " & DataTable.Value("param1",2) & vbNewLine &_ >> "param2 values = " & DataTable.Value("param2",2) >> Next >> >> >> >> >> Regards >> Shalabh Dixit >> My QTP Blog >> >> >> >> >> On Tue, Dec 6, 2011 at 6:52 PM, syed rowff <[email protected]> wrote: >>> >>> >>> >>> On Mon, Dec 5, 2011 at 10:59 PM, Rek reks <[email protected]> wrote: >>>> >>>> If you want get the cell data of Action 1 data table into Action 2 then >>> >>> >>> >>>> >>>> MsgBox DataTable.Value("<<ParamID>>",2) >>>> >>> >>> in this case it will call the action1 datatable only not in action2 >>> i want to use action 1 data table into action 2 >>> eg: >>> action1 datatable >>> param1 param2 >>> hi 10 >>> hello 20 >>> >>> i want to use this value 20 in action 2 >>> assume that i have same parameter names in action 2 also >>> >>> -- >>> You received this message because you are subscribed to the Google >>> "QTP - HP Quick Test Professional - Automated Software Testing" >>> group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/MercuryQTP?hl=en >> >> >> -- >> You received this message because you are subscribed to the Google >> "QTP - HP Quick Test Professional - Automated Software Testing" >> group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en -- Harish Pendela Mobile: 9347285542 -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
