It’s so important to test your software automatically. Unit Tests are really great for testing small, atomic parts. But you have to ensure that your complete systems works as expected. This is where web API tests comes into play. First, some words about the motivation behind this article: A lot of people don’t want to …