Swipe Element Using TouchAction Class In Android Appium Example

Earlier In previous post, we learnt how to interact with android mobile gesture to perform horizontal and vertical swipe using driver.swipe() in appium mobile software automation test. In THIS POST, We also learnt – how to perform drag and drop in android app by generating action chain using TouchAction class. Here we can use same TouchAction class to … Read more

Test Apps To Use In Appium Automation Tests

We will use below the sample APK file for testing in different appium software automation test examples. You can download a sample APK file for testing directly from here to use in appium software automation test examples. All these are just sample APK file for appium testing and you can use them in appium automation … Read more

Appium Tutorial – Perform Drag And Drop In Android App

Drag And Drop Is one of the common action of any android app. You will see many android mobile apps where you can drag and drop element from one place to other place. If you are automating android mobile app where you have to perform drag and drop appium then you need to use TouchAction class. TouchAction … Read more

Appium Android Test Using Different Element Locators

Earlier in THIS POST, We learnt different element locators of android app like XPath, ID, Name And className to use in appium automation test script. We also learnt android application’s element locating strategy using findElements method of webdriver. I have prepared very simple appium android app test of real android mobile device’s calculator application where I have used all above … Read more