This document summarizes a 1 hour workshop on testing Android applications with open source tools. It discusses writing Android tests with JUnit, running tests with Instrumentation, using Maven for build management and automation, and integrating with Hudson for continuous integration. Examples are provided for writing and running tests in AndroidTestCase and InstrumentationTestCase, and using the Maven Android plugin and Hudson build server.