In this new series, we will be learning how we can use Test Driven Development on a networking based iOS project app, and in this case, we will fetch random character from `rickandmortyapi` and display it to the screen!
Let’s dive in into the first part, the Project Setup and some error handling TDD Networking. We will learn on how to setup simple base project for Test Driven Development and start to code using TDD on the networking part!
