June 2021
Intermediate to advanced
582 pages
11h 12m
English
In this chapter, we will learn about how to manually and automatically test APIs. First, you will learn about automating unit and integration tests. After learning about these forms of automation, you will be able to make both types of testing an integral part of any build. You will also learn how to set up the Java Code Coverage tool to calculate different code coverage metrics.
In this chapter, we will cover the following topics:
This chapter will help you learn about test automation by showing you how to implement unit and integration test automation. You will also learn how to set up code coverage using the Java Code Coverage (JaCoCo) tool.
You ...