Comments on: 5 Approaches for Automating Microservices Testing https://cigniti.com/blog/5-approaches-for-automating-microservices-testing/ Digital Assurance & Digital Engineering Insights | Cigniti Wed, 20 Jul 2022 12:23:12 +0000 hourly 1 https://wordpress.org/?v=5.9.5 By: Nupur https://cigniti.com/blog/5-approaches-for-automating-microservices-testing/#comment-13322 Fri, 10 Nov 2017 11:21:05 +0000 http://www.gallop.net/blog/?p=1395#comment-13322 Integration Testing
Verification of the services that have been individually tested must be performed. This critical part of microservice architecture testing relies on the proper functioning of inter-service communications. Service calls must be made with integration to external services, including error and success cases. Integration testing thus validates that the system is working together seamlessly and that the dependencies between the services are present as expected.

This is the scenario in my testing. What best approach can I follow? I have two micro services and while testing one, other does not get started on its own. I Have to start it manually. What should I do?

]]>