Introduction The process of testing software during development helps find problems early. But running the tests manually can easily become tedious as a project grows in size. Testing automation makes development more enjoyable for developers. We can forget about running tests and focus on development. This is Part 2 of a series about API …