0 votes
in Service Discovery by
What are the steps in an End-to-End Microservices Testing?

1 Answer

0 votes
by
End-To-End testing of a microservice application ensures that every process in the form is running properly. This validates that the system as a whole is working properly. As the microservices application is built with multiple modules orchestrated dynamically, an end to end testing covers all the gaps between the services.  

The steps to an end-to-end microservices testing are:

Define what you expect from an e2e testing.

Define the scope of the system to be tested.

Perform authentication in a test environment.

Choose a testing framework that addresses most of the issues.

Test Asynchronous flows

Automate Testing

Related questions

+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
0 votes
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...