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: Selenium 3

November 14, 2022June 18, 2025Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Find .Apk File Package Name And Launcher Activity Name

In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]

November 11, 2022June 18, 2025ANDROID_HOME, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Set ANDROID_HOME and Path Environment Variables For SDK In Windows

ANDROID_HOME : You must need to set android_home environment variable in order to run appium test. In previous post, We learnt about how […]

May 8, 2020June 18, 2025Selenium, Selenium 3, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver

When to use findElements() method in selenium webdriver

findElements method is different than the findElement method in selenium webdriver. findElements method is useful to find all elements from page using given […]

May 7, 2020June 18, 2025Selenium, Selenium 3, selenium methods, selenium tutorial, selenium webdriver, selenium webdriver tutorial

How to use getTitle() method in selenium WebDriver

We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]

May 6, 2020June 18, 2025Selenium, Selenium 3, selenium methods, selenium tutorial, selenium webdriver, selenium webdriver tutorial

How to Use getCurrentUrl() Method In Selenium WebDriver

Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]

June 22, 2019June 18, 2025Selenium 3, selenium tutorial, selenium webdriver, selenium webdriver tutorial

What is get method in selenium?

WebDriver interface has many different methods and get method is one of them. WebDriver interface is implemented by different browser classes like […]

August 14, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorial, Appium Tutorials, mobile automation, Selenium 3

Appium Interview Questions For Freshers

36. What is command to start appium from command prompt? Answer : “node appium” command from node_modules folder of appium will start […]

August 11, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorial, Appium Tutorials, mobile automation, Selenium 3

Appium Automation Interview Questions

31. : Which method is used to perform scroll down to text in appium. Answer : You can use scrollTo() method to […]

August 7, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorial, Appium Tutorials, mobile automation, Selenium 3

Mobile Automation Testing Interview Questions And Answers

26. : Can you tell me usage of findElements() method? Answer : We can use findElements() method to get the list of […]

August 3, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorials, mobile automation, Selenium 3, selenium interview questions and answers

Latest Interview Questions For Android App Automation

21. : Which android version is supported by appium? Answer : Appium support Android 17+ API level versions only. You need to use […]

July 26, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorials, mobile automation, Selenium 3, selenium interview questions and answers

Appium Android Interview Questions

16. : Can you tell me few appium limitations? Answer : Limitations Of Appium are described on THIS PAGE. 17. : Tell me different […]

July 25, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorials, mobile automation, Selenium 3, selenium interview questions and answers

Latest Appium Interview Questions

11. : How to configure android device to run software test using appium in devices? Answer : In order to run software automation tests […]

July 23, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorials, mobile automation, Selenium 3, selenium interview questions and answers

Interview Questions For Appium

6. : What is Node.js? Answer : It is cross-platform runtime environment which is used to develop server-side software web applications. It […]

July 20, 2016June 18, 2025AndroidDriver, Appium, Appium Android Examples, Appium Interview Questions, appium interview questions and answers, Appium Tutorials, mobile automation, Selenium 3, selenium interview questions and answers

Appium Interview Questions With Answers

1. : What Is Appium? Answer : Appium is an open source mobile application automation testing tool. Using appium, We can automate native applications, Mobile […]

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

Appium Android – Set Star Rating Bar Example

Automating star rating bar in appium android software test is very easy, There will be star rating bar in many android software […]

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

Appium – Select Item From Drop Down Of Android App

Selecting item/value from drop down is needed in android software app as most of the apps contain drop down. Earlier we learnt […]

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

Appium Tutorials – Select Radio Button Of Android App

Selecting radio button of android software app in appium automation test is same action as selecting check-box as described in my Earlier […]

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

Appium Tutorials – Retrieve Drop Down Values List Of Android App

Retrieving all values from drop down list of android app software in appium software automation test is little tricky task but not […]

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

Appium – Hide Android Keyboard During Test

Hiding keyboard in android device is one of the common action. In your android mobile device, It will show you soft keyboard […]

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

Appium : Select Check-box Of Android App

Check box is another common element of any native, hybrid or mobile software web applications. Selecting check box of android software app in […]

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

Appium Tutorial – Type In Text Box Of Android App

Text box is very common element of any android native software app or software web application. In android appium software automation test, […]

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

Appium : Tap On Switch Button Of Android App To ON/OFF

In android, There is one important element ON/OFF switch. It is very easy to ON/OFF switch in android automation test using appium […]

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

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

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

Posts pagination

1 2 >
  • 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