This document summarizes notes from an ATEC meeting on May 26, 2011. It discusses using JUnit for Android testing, including different types of test cases like AndroidTestCase and ActivityInstrumentationTestCase2. It also covers challenges like testing private methods and fragile tests due to dependencies on implementation details. Mocking libraries and APIs is presented as a solution to make test