What is the best approach to write test cases using sentestinkit in iPhone / iPad ?
- by Madhup
I am developing an application for iPad application. I need to perform unit testing in the application, but I am not sure why I should do unit testing in this application.
Edit:
And since the iPhone SenTestingKit is not well documented, the implementation and writing test cases is so time consuming. So why should we waste time with this? Also if we have to what would be the best approach to write the test cases?
My focus is on the second question. So please answer more for the second part, I would be very pleased.