Latest
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
Android
Robotium Android Testing Platform can be integrated with Jenkins which makes Mobile Automation a step forward . Step By Step Instructions For
Read More
Android
While working with android application development or automating test scripts for android application testing sometimes we need to ON/OFF Wi-Fi and Mobile Data Access feature explicitly. Android library
Read More
Android
Annotations Available With Android JUnit Test: Deprecated Annotation type used to mark program elements that should no longer be used by programmers. Documented Defines a meta-annotation for indicating
Read More