InterviewSolution
| 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. |
|