Using Android Test Framework
Posted
by Bharat Pawar
on Stack Overflow
See other posts from Stack Overflow
or by Bharat Pawar
Published on 2010-01-12T06:56:33Z
Indexed on
2010/05/12
4:24 UTC
Read the original article
Hit count: 261
Android provides various packages for testing like
AndroidTestCase ApplicationTestCase InstrumentationTestCase ActivityInstrumentationTestCase2 ActivityTestCase
I need to know how to decide which package is best suitable for testing my app. Some info is provided in this link
http://developer.android.com/reference/android/test/package-summary.html
But I need more clarity on this...
© Stack Overflow or respective owner