using get and set values

Ask general questions here.
peterbonney
Posts: 10
Joined: Tue Jun 25, 2013 2:13 pm

using get and set values

Post by peterbonney » Thu Jul 31, 2014 9:18 am

Hi,
sorry if this is I'm the wrong place and for any typo's - using my mobile!

I want to be able to get a value from recoring in a test case and then use it in a recording in a different test case.

Is this possible and if so, how?

Thanks
Pete

mzperix
Posts: 137
Joined: Fri Apr 06, 2012 12:19 pm

Re: using get and set values

Post by mzperix » Thu Jul 31, 2014 11:21 am

Hi peterbonney,

just use Global parameters to be able to send parametes between testcases. Make sure that you bind the module variables to the same parameter in both test case. If you change set the value of your variable, the through the TestCase bindig, it will update the Global parameter. And in the other TestCase the module will see the cahnged value through the binding also.

Best Regards,
Zoltan