Why is unit testing needed in iPhone / iPad ?
Posted
by Madhup
on Stack Overflow
See other posts from Stack Overflow
or by Madhup
Published on 2010-04-15T05:07:56Z
Indexed on
2010/04/15
5:13 UTC
Read the original article
Hit count: 229
Hi,
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. The applications in these environments are rather small for unit testing to be written.
And since the iPhone sentestingkit is not well documented the implementation and wriiting test cases is so time consuming. So why should we waste time in this? And if we have to what should be the best approach to write test cases?
Thanks,
Madhup
© Stack Overflow or respective owner