forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Unit test your application
pyricau edited this page May 25, 2012
·
4 revisions
You should start by reading the Testing chapter in the Android documentation.
You may run your tests on a real environment, such as an emulator or a device. However, if you need fast running tests, you should definitely have a look at Robolectric an out-of-container test frameworks that runs within JUnit. It is absolutely needed if you use a continuous test runner, such as infinitest.
For instrumentation / integration tests, have a look at Robotium.
14/06/2012 The 2.6 release is out
- Get started!
- Cookbook, full of recipes
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow