The same i found when I was looking for accessing Run Time data from a reusable action to another one. Does that mean that whether its designtime or runtime data table for an action, we can always access the required parameter by using
DataTable.Vale(ParameterID,SheetID) Please advise? 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) > > > On Mon, Dec 5, 2011 at 12:18 PM, syed rowff <[email protected]> wrote: > >> how to call the data table of action 1 into action2 >> can any one help me with this >> >> -- >> Syed Rowff >> >> -- >> 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
