Automated Testing of Application on Android using ROBOTIUM – Part 5

In continuation to my previous blog where we learned how to create config properties and data driven test for Android applications using Robotium, in this blog we will discuss how to create customized HTML test execution report and store it in the internal and external memory of the device.
Reporting…

Automated Testing of Application on Android using ROBOTIUM – Part 4

In continuation to my previous blog where we learned how to create and execute test scripts creating for Android applications using Robotium, in this blog we will discuss how to create configuration file and create data-driven test.
Maintaining Configuration Properties
To maintain configuration properties like Database Path, Data Tables details,…

Automated Testing of Application on Android using ROBOTIUM – Part 3

In continuation to my previous blog where we learned how do the basic setup and configuration, in this blog we will discuss how to create base test script, object identification and executing the test scripts in Android simulator.
Creating a Base Test Script
Create a Class file to create test…

Automated Testing of Application on Android using ROBOTIUM – Part 2

Since my previous blog on automated testing of applications on Android (Automated Testing of Applications on Android using ROBOTIUM), I have been working on various challenges encountered during automation and further refining the approach to create a robust data-driven mobile automation framework with good reporting capabilities.
In this blog, I…

Automated Testing of Applications on Android using ROBOTIUM

Last two weeks have been lot of fun working on evaluating various automation tools for automated testing of applications on Android. I started with the primary purpose to calibrate a set automation tools to perform data driven automated testing applications on Android.
Start with setting up the environment using following…