Issue
This Content is from Stack Overflow. Question asked by mairs8
I have recently learnt about Postman and it’s ability to create and store GET responses from different URLs. I am trying to use this for testing an android app. Specifically I would like to:
- Save some collections to my account via the Postman online portal.
- Pull the response bodies into Android Studio and save as a JSON file.
- Reference these JSON files in my unit and instrumentation test cases.
I thought there would be an api that could be added to Gradle and would allow for me to access my Postman account. However after searching on google I can’t seem to find anything. Am I missing something? Is this possible or am I dreaming?
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.