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
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
The text was updated successfully, but these errors were encountered:
Problem statement 💡
For most of the API testing, we have to take the discussion based on the previous API response,
Example:
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
The text was updated successfully, but these errors were encountered: