Forum Discussion
alfonsolft
Occasional 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 agoChampion Level 3
Please show the before step response.
- alfonsolft8 years agoOccasional Contributor
Related Content
- 2 years ago
Recent Discussions
- 5 days ago
- 12 days ago