Forum Discussion
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
nmrao
9 years agoCommunity Hero
Please show the before step response.
- alfonsolft9 years agoOccasional Contributor