Microservice tools

  • Testing Tools
    • SOAP UI
    • Postman
    • Swagger
      • Open Source API documentation Framework
      • Helps in design, document and consume/call microservices
      • Swagger reads API and extract it in the form of Interactive UI called Swagger UI
      • Most popular for generating interactive documentation

Leave a Comment