Stress testing Android applications using Monkey
Monkey is a super cool program (ships along with Android SDK, hence you don’t have…
Monkey is a super cool program (ships along with Android SDK, hence you don’t have…
This is basically an off topic from mobile automation, but I thought I should share…
Espresso is yet another tool (or API to be more precise) for Android, which is…
There are many situation where we end up having data to be read from external…
This post is more like a solution for the problem I faced while automating android…
This post illustrate one of the problem which I faced while developing application for Android. The…
Robotium as we know is used to automate both Native as well as Hybrid applications.…
As we all know, to test android application UI (I mean the Activity), the only…
In this section we are going to discuss on automating the calculator application using Robotium,…
In this section we are going to discuss on automating the calculator application using Robotium,…
Android automation is done by many tools, there are many proprietary tools like Ranorex, Seetest,…
Developing application for Android is as simple as developing a web application in ASP.Net, the…
To develop android application all you need is the following, Java Eclipse Indigo Eclipse plugin…