This document discusses integrating web and Android device automation testing using Selenium and Robotium. It provides an overview of why such integration is useful to eliminate manual testing efforts and allow synchronous interaction and data synchronization across web and mobile platforms. It describes how Selenium supports cross-browser web testing while Robotium supports Android app testing. The integration architecture allows calling Robotium test cases from a Selenium test framework and comparing outputs. A demo and Q&A section are also included.