1

I am working on setting up the environment for testing the performance of a microservice A.This microservice A has dependency to another micro service B.Both the microservices are registered in JHipster Registry and Rippon client is used for communicating between microservices(A & B).How do I mock the dependent micro service so that I don't need to hit that real microservice B?

Gopinath V S
  • 91
  • 1
  • 11

1 Answers1

0

You have multiple options, you achieving this :

  1. WireMock
  2. RESTAssured
  3. MockMvc
  4. MockRestServer
Yogi
  • 1,805
  • 13
  • 24