You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a API test where I am performing the below steps
Login to the API and get the token
Use that token to get some more information from the API
And I want to benchmark both the above API calls.
I am able to get this working as the first step as a test and second one as a benchmark but if i make both steps as benchmarks variable extract from the login step is not working.
Can we extract a value from a benchmark and use it for further transactions?
The text was updated successfully, but these errors were encountered:
I am working on a API test where I am performing the below steps
And I want to benchmark both the above API calls.
I am able to get this working as the first step as a test and second one as a benchmark but if i make both steps as benchmarks variable extract from the login step is not working.
Can we extract a value from a benchmark and use it for further transactions?
The text was updated successfully, but these errors were encountered: