Android Archive
Android
Several threads on Appium’s official forum and in some other discussion platforms , its is evident that a large number of users facing the issue of Appium server
Read More
Android
Its been a while we are well settled with native and web automation on desktop . The war between tools , technologies is almost at its saturation point
Read More
Android
Manual Front: Application slowing down while using it? It gets unresponsive after a while of use? It gets a significant amount of time to load an activity? Automation Front: Instrumentation/Robotium
Read More
Android
There are several ways to inspect and build locators of native components in android application – That can be used with a number of android automation tools . e.g
Read More
Android
While working with Android we might face some situations where we have to write device specific code. e.g Some code goes if running on Emulator and Some other
Read More
Android
Appium Tool is basically used for automation testing of mobile applications that is not limited to only web applications or native applications , it has support for hybrid
Read More
Android
We have posted about running test scripts directly from Jenkins by introducing use of android-maven-plugin here. Now we must be able to run test scripts on
Read More
Android
We have the option to build jar files from a Java IDE project by running ‘mvn clean install’ etc, but the build type of android
Read More
Android
People using Robotium to automate android application testing must be running scripts on an Emulator or On a device using Eclipse or ADT. But some scenarios demand
Read More
Android
1. Targeting Tabs In The Application Example Case Study: Suppose We have three tabs in a Screen/Activity in the application. named Tab1 , Tab2 , And Tab3. And
Read More