Best practices for unit testing Android apps
Posted
by nyenyec
on Stack Overflow
See other posts from Stack Overflow
or by nyenyec
Published on 2009-02-06T21:43:19Z
Indexed on
2010/05/02
8:07 UTC
Read the original article
Hit count: 429
I'd like to unit test my Android application but I found that test driven development in Android is far from trivial at the moment.
Any tips, tricks, war stories for building light weight and preferably fast running tests?
© Stack Overflow or respective owner