TDD UIViewController by fragi July 17, 2019 0 TDD UIViewControllers are among the most frequent objects we use when we want to manage a view hierarchy for a UIkit... Read more
How to test Errors in Swift by fragi May 24, 2019 0 Unit Testing Handling all the error scenarios of our functionality is very important. Swift provides a nice way to handle Errors. The... Read more
Test Coverage by fragi July 19, 2019 0 Unit Testing As our project gets bigger and bigger, we want to be certain that all our production codes have executed during... Read more