Search code examples
apipostmanweb-api-testing

Automating API's


Automating API's:

How to automate API testing without using any third party tools?

  1. IDE's required? Choice is Eclipse.
  2. Java - Choice of programming language.
  3. Suggest Integration required if any?
  4. Suggestions on Framework approach/Methodology required?
  5. Reporting Integrations/Ideas required?

Thank you in Advance !


Solution

  • Use Java + jUnit. Just send HTTP requests and check their response in your test. To make it all as tests use jUnit framework.