preview

Disadvantages Of Robotium

Better Essays

Robotium July 2015 Table of Contents Abstract 1 1. Introduction 1 2. WHY Robotium 1 2.1 Benefits of Robotium 2 2.2 Limitations 2 3. Robotium Framework 4 4. Feautures of Robotium 4 5. Conclusion/Summing Up/In Summary 5 6. How will your use case bring value to IGATE business/vertical 5 5. References 5 6. About the Authors……………………………………………………………………………………………………..…….5 Abstract Robotium is the android test automation framework for testing native and hybrid android applications. It provides simple API to write UI automation scripts. However, Number of tools are available for testing android applications, Robotium is the most commonly usedAndroid testing tool. 1. Introduction • Handling multiple Android activities …show more content…

• Robotium offers APIs to directly interact with UI controls within the Android application such as EditText, TextView, and Button. • Robotium officially supports Android 1.6 and above versions. • The Android platform is not modified by Robotium. • The Robotium test can also be executed using command prompt. • Robotium can be integrated smoothly with Maven or Ant. This helps to add Robotium to your project's build automation process. • Robotium supports Android features such as activities, menu, and context menu. • Robotium automated tests can be implemented quickly. Robotium is built on JUnit, because of which it inherits all JUnit's features. The Robotium framework automatically handles multiple activities in an Android application. • Recent versions of Robotium support hybrid applications. Hybrid applications use WebViews to present the HTML and JavaScript files in full screen, using the native browser rendering engine. • Robotium test cases are prominently readable, in comparison to standard instrumentation tests. • Scrolling activity is automatically handled by the Robotium

Get Access