Answer the question
In order to leave comments, you need to log in
How to test a project on a microservice architecture?
We are developing a project, recently adopted such a thing as a microservice architecture.
I did not find in the vastness of the mighty and great information about testing microservices and the connections between them.
Services communicate using RestFullAPI.
It would be very interesting to know the public opinion on this matter.
The option with stubs and mocks does not work, since it would be nice to raise a test environment where the necessary services are running, test the communication between them and that everything goes smoothly.
Answer the question
In order to leave comments, you need to log in
it would be nice to raise a test environment where the necessary services are running, test the communication between them and that everything goes smoothly.So, in fact, they test. What is the specific question?
What exactly is your question? In the choice of tools for testing? It all depends on your knowledge.
You can take Unirest in manual mode and run requests based on it. It is possible to take some RunScope a thread. Lots of options.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question