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.
- alfonsolft9 years agoOccasional ContributorSorry for the bad description of what I want to doI have the following code grovyimport 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?Thanks- nmrao9 years agoCommunity HeroPlease show the before step response.
- alfonsolft9 years agoOccasional Contributor