Forum Discussion
nmrao
9 years agoCommunity Hero
Would you please elaborate a bit about your issue such that some one can understand and reproduce it to offer any kind of help. At the moment, the question is unclear.
alfonsolft
9 years agoOccasional Contributor
Sorry for the bad description of what I want to do
I have the following code grovy
import XXXXXX.totp.TOTPTokenGenerator;
def token = ${#TestCase#token};===> How I put he input value from Propiedades, the before step?
TOTPTokenGenerator generator = TOTPTokenGenerator.instancia();
generator.getCode(token);==> How I put the output to the next steep?
def token = ${#TestCase#token};===> How I put he input value from Propiedades, the before step?
TOTPTokenGenerator generator = TOTPTokenGenerator.instancia();
generator.getCode(token);==> How I put the output to the next steep?
Thanks
- nmrao9 years agoCommunity HeroPlease show the before step response.
- alfonsolft9 years agoOccasional Contributor