January 2018
Intermediate to advanced
414 pages
10h 29m
English
There are several kinds of tests that you can carry out on microservices, but here are some of the most common ones that you should understand:
This is important to us because we should name our test according to what they are, either by naming the test class with the name of the type of test or classifying the package that refers to that type of test.
For example, if we have one Integration test for our controller that is named CustomerControllerTest, we could name it CustomerControlIntegrationTest, CustomerControllerIT, or leave it in the package com.microservices.test.integration.
Read now
Unlock full access