Testing your application automatically is important – we all know that. And nowadays most of the developers are used to write unit tests – it’s part of the development process. But the more tests a project holds, the longer the tests need to be processed. Especially when they use external…