Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract variable binds from a Benchmark #306

Open
muralikanagala opened this issue Sep 12, 2019 · 0 comments
Open

Extract variable binds from a Benchmark #306

muralikanagala opened this issue Sep 12, 2019 · 0 comments

Comments

@muralikanagala
Copy link

I am working on a API test where I am performing the below steps

  1. Login to the API and get the token
  2. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant