Category: Appium

  • How to automate scrolling feature in IOS/Android using Appium tool | Mobile Testing

    How to automate scrolling feature in Mobiles( IOS/Android)  using Appium tool for mobile testing? Initially, Appium tool developers came up with below two methods to scroll down to the particular element in Mobiles driver.scrollTo(String text); and driver.scrollToExact(String text); But however, they have deprecated this feature from Version. So with this depreciation,  automating scrolling functionality with appium…

  • Appium Tutorial – How to Install Appium in Windows for Mobile Automation testing

    Appium Tutorial – How to Install Appium in Windows for Mobile Automation testing

    In our previous appium tutorial, we gave a detailed introduction to Appium for automation testing of mobile applications. Prerequisites to use Appium: .Net Framework (https://www.microsoft.com/en-in/download/details.aspx?id=30653) Java Development Kit (http://www.oracle.com/technetwork/java/javase/downloads/index.html) SDK (https://developer.android.com/studio/index.html) Eclipse (http://www.eclipse.org/downloads/) Appium setup for Windows (https://bitbucket.org/appium/appium.app/downloads/) Appium Client Libraries-Jar file (http://appium.io/downloads.html) Selenium Client Libraries- Jar Files (http://docs.seleniumhq.org/download/) Steps to download .Net Framework: Step 1:…

  • Appium tutorial – An Introduction

    Appium tutorial – An Introduction

    Developing a mobile app is just the beginning. To make sure your app is running fine over 3 billion strong Smartphone carrying audience using all types of devices, mobile operating systems, and new and old versions of everything.  That takes a lot of mobile testing. The only way to cover it all is with automation…