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

Support for conditional test for REST API Automation #28

Open
crazi-coder opened this issue Nov 1, 2020 · 0 comments
Open

Support for conditional test for REST API Automation #28

crazi-coder opened this issue Nov 1, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@crazi-coder
Copy link
Owner

Problem statement 💡
For most of the API testing, we have to take the discussion based on the previous API response,
Example:

- test:
  url: '/api/v1/users'

If the user logs in with a given token we can proceed else we may need to call the login API to get the new token and call the same API. This use case is mainly for automation tests.

Solution would be 🤔
Somehow we need to have a good template to do the automation so that we can define which API should call when!.

Please Vote or add your thought process as a comment

@crazi-coder crazi-coder added enhancement New feature or request help wanted Extra attention is needed labels Nov 1, 2020
@crazi-coder crazi-coder added this to the 2021-01-01 milestone Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant