Forum Discussion
alfonsolft
8 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
8 years agoCommunity Hero
Please show the before step response.
- alfonsolft8 years agoOccasional Contributor