QTP problem while working with SAP

I am using -- QTP -- for SAP --
I have an issue in utilizing / leveraging the output value from the results of 1st action as the input value for the 2nd action in the same test set . Please let me know how do I do that .

Showing Answers 1 - 3 of 3 Answers

yogeesh.kg

  • Feb 4th, 2007
 

hi you can store the o/p of the current action in local datasheet... in the next action, you can make use of the data from previous action using a DT function DataTable.Getsheet(Previous action local Data sheet name).getparameter(column name).value try this.......

  Was this answer useful?  Yes

Sumit

  • Feb 7th, 2007
 

You may also store the output value in a variable and use it for further use.

  Was this answer useful?  Yes

Joe

  • Nov 5th, 2007
 

May be you already have a solution.

However, you can save the value into a parameter in the Global sheet as it is visible to all actions.  If you save to a variable, then you have to pass the variable as an input parameter to the next action

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions