Skip to content

Software Testing Tutorials

  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide
Search

Software Testing Tutorials

Close menu
  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide

Software Testing Tutorials

Search Toggle menu

Category: WebDriver Examples

January 20, 2016June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium Android : Verify Element Present or Not On App’s Screen

In android automation test, Sometimes you need to verify if element is present or not on native  software app’s screen before taking […]

January 17, 2016June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver Examples, webdriver tutorials

Record Appium Test Execution Video For Android App

Appium software test execution video recording Is required when you are executing very large tests and perform multitasking. Recording android device’s screen […]

January 14, 2016June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Share/Mirror Android Phone Screen To PC Using Androidscreencast

There are many different software available using which you can share your android mobile device screen with your PC or laptop. androidscreencast software Is […]

January 10, 2016June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Screen Orientation In Appium Android App Automation Testing

You occasionally needs to rotate screen orientation from portrait to landscape and landscape to portrait during android software application testing to check everything display […]

January 6, 2016June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Moving SeekBar Of Android App

In android software app, Seekbar Is an element which allows you to set progress level by moving draggable thumb In left or right […]

January 3, 2016June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Start-Stop Appium Server Programmatically – Method 2

Earlier In PREVIOUS POST, I have described you one of the example to start and stop appium server programmatically in your android software […]

December 27, 2015June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium Step By Step Tutorials For Android

Earlier we learnt step by step appium tutorials for android software app in PART 1 and PART 2. In this section we […]

December 27, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Start-Stop Appium Server Programmatically – Method 1

Start and stop appium server Programmatically means start the appium server using code when your software app test execution started and stop appium server using […]

December 20, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Start Appium Node Server From Command Prompt

Earlier we learnt how to download and Install appium server In windows during THIS POST and THIS POST will show you how […]

December 17, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Capture Screenshot On Failure Or Pass In Android Test Automation

Earlier In previous post, We learnt how to capture screenshot of android mobile software app screen on any stage In android appium […]

December 13, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Capture Screenshot Android App Mobile Screen

Capturing screenshot in appium android automation Is main requirement for any software automation tool. During software automation testing process, It should allow you […]

December 9, 2015April 1, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Set Date And Time In Android App Test Automation

Android software apps contain date pickers. The date picker can be Inline or it can be in a dialog. Just like other […]

December 6, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Android App Spinner Value Selection Example

Spinner Is a drop down In android software native app where you can select Item from the drop down list as per […]

December 3, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – How To Handle Alert Dialog Of Android App

Alert dialog Is common element of any android software app so you must know how to handle android app alert In appium […]

November 29, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Pefrorm MultiTouch Action Using Appium In Android Application Automation

MultiTouch Action In android mobile software app Is one of the common action. Earlier we learn usage of TouchAction class In appium android software automation […]

November 25, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – How To Scroll Horizontal Tabs Using Appium In Android App

In android appium software automation test, You also needs to scroll tabs horizontally(from right to left or left to right) If there […]

November 22, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium Android Example On How To Scroll Down To Text

Earlier In THIS POST, we learnt how to swipe In horizontal or vertical direction In any android software app using driver.swipe() and […]

November 15, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

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 […]

November 14, 2015March 25, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

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 […]

November 4, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

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 […]

November 1, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

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 […]

October 28, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Run Appium Android Automation Test In Emulator

Earlier we learnt how to run android automation test in real android device using appium as described in THIS POST. So I am […]

October 26, 2015June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium Tutorial For Android

Native android app Automation appium Tutorial step by step. Appium configuration tutorials for android app In windows are described in PART 1. Appium is free […]

October 25, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Find Launcher Activity And Package Name Of Android App

Previously we learnt different three methods of finding any android application’s launcher activity name and package name. Still if you are unable to […]

October 21, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Install/Uninstall App In Emulator (AVD) Of Android From Command Prompt

I hope, All of you aready know how to install or uninstall app in real android device. But If you wants to […]

October 18, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Create And Start An Android Virtual Device(Emulator) To Run Appium Test

In previous post, We executed first appium test successfully in android mobile device. Also you can use Android Virtual Device(Emulators) to run automation […]

October 15, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – Run First Android Automation Test Using In Eclipse

We have configured appium project in eclipse during previous post. Now we are all set to create and run first appium software […]

October 11, 2015June 19, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Configure Project In Eclipse For Appium

Earlier we learnt how to setup environment in windows for run appium automation project, SDK installation, usage of tools like UI Automator Viewer […]

October 6, 2015June 1, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

UI Automator Viewer : Get Android App Element’s XPath, ID, Name And className

We learnt how to use UI Automator Viewer in PREVIOUS POST to locate and get properties details of android native software app’s […]

September 30, 2015June 19, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Locating Android App Elements Using UI Automator Viewer

In previous post we learnt how to enable developer option and USB debugging mode in android device to connect android device with […]

Posts pagination

< 1 2 3 4 … 9 >
  • How to Perform Drag and Drop in Playwright
  • How to Upload Files in Playwright – Complete Guide
  • How to Clear Input Text Field Value in Playwright: 4 Ways
  • How to Press Keys in Playwright: Quick Guide
  • How to Focus on an Element Using Playwright

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney