1.

Explain type of tests mostly used in Microservices.

Answer»

As there are multiple microservices working together, MICROSERVICE testing becomes quite complex when working with microservices. Consequently, TESTS are CATEGORIZED ACCORDING to their level:

Botton-level tests: The bottom-level tests are those that deal with technology, such as unit tests and performance tests. This is a completely automated process.  
Middle-level tests: In the middle, we have exploratory tests such as STRESS tests and usability tests.   
Top-level tests: In the top-level testing, we have a limited number of acceptance tests. The acceptance tests help stakeholders understand and verify the software features.   



Discussion

No Comment Found