July 2017
Beginner to intermediate
358 pages
10h 54m
English
Test automation is essential, and to ensure the integrity of the built application, we must run our unit tests on the CI platform. Test automation forces us to consider easy and reproducible setup, as well as any dependencies that need minimizing, and the fact that we should only be checking the behavior and integrity of the code. In this step, we avoid integration tests. The tests should run without anything but the go test command.
Read now
Unlock full access