Do you think unit testing is an overfkill for iOS Development?
I read this post. The author says that for an iOS App , unit testing takes too much of our effort. Share your views.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unit testing is never overkill. You have to define what you want to test first. And then how you are going to test it. If it takes to much effort you have a ‘test smell’. Normally you should workout how you write the code in such a manner that it is testable.