This presentation discusses the benefits of automated testing for mobile applications and introduces Robotium, a popular Android testing tool. Robotium is a free UI testing tool that is suitable for a wide range of Android versions and is often described as Selenium for Android. The presentation outlines the pros and cons of using Robotium, including its ability to develop powerful test cases with minimal knowledge of the application under test and its flexibility in allowing users to test and analyze outcomes. However, Robotium is tied to J-Unit 3 instrumentation on a device and is limited in its ability to work with different applications or call other applications. References are provided for further reading.