Forum Discussion

rundmd's avatar
rundmd
New Contributor
12 years ago

passing a text reponse between test steps

I need to test a change pw API. There are two resource calls involved in the change. The first call returns a token as plain text. The next call takes the token and new password as parameters. I'v...