Hi All,
I am sure that most of the APIs use 3 legged Oauth flow for securing APIs. Now my question is how do you do automated testing of different flows involved in an API call secured with 3 legged Oauth flow as it involves user consent in the flow?
For APIs secured with client credentials or password grant it is quite easy to automate with any testing tool/ framework like Postman/Mocha.
Do you have any suggestions for a framework that can help in automated testing of such APIs.
Thanks in Advance!!