Skip to content
Search
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
  • Playwright
    • Playwright JavaScript Tutorial
      • Beginner’s Guide
      • Install, Record, Debug, Report
        • Playwright Installation
        • Record Test
        • Debug Test
        • Generate Allure Report
      • Element Locators
        • BY XPath
        • By ID
        • getByRole()
        • getByLabel()
        • getByText()
        • getByTestId()
        • getByTitle()
        • getByAltText()
        • getByPlaceholder()
      • Basic Actions
        • Get Page Title
        • Get Page URL
        • Type Text
        • Clear Text
        • Click a Button
        • Select DropDown Value
        • Select Checkboxe
        • Perform Right-Click
        • Perform Double-Click
      • Advanced Interactions
        • Handle Tables
        • Handle Date Pickers
        • Handle Dialog Box
        • Scroll Down and Top
        • Hover Over Element
        • Focus on an Element
        • Press Keys
        • Download File
        • Upload Files
        • Perform Drag and Drop
        • Take Screenshot
        • Record Video
        • Maximize Browser
      • Playwright POM
      • Parameterized(Data-Driven) Testing
      • GitHub Actions
    • Playwright Java Tutorial
      • Beginner’s Guide
      • Install Playwright Java
      • Record Test
      • Element Locators
        • XPath Locator
        • CSS Selector
    • Playwright Python Tutorial
    • Playwright Interview Questions
  • 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
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials
  • Tech Insights
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
  • Playwright
    • Playwright JavaScript Tutorial
      • Beginner’s Guide
      • Install, Record, Debug, Report
        • Playwright Installation
        • Record Test
        • Debug Test
        • Generate Allure Report
      • Element Locators
        • BY XPath
        • By ID
        • getByRole()
        • getByLabel()
        • getByText()
        • getByTestId()
        • getByTitle()
        • getByAltText()
        • getByPlaceholder()
      • Basic Actions
        • Get Page Title
        • Get Page URL
        • Type Text
        • Clear Text
        • Click a Button
        • Select DropDown Value
        • Select Checkboxe
        • Perform Right-Click
        • Perform Double-Click
      • Advanced Interactions
        • Handle Tables
        • Handle Date Pickers
        • Handle Dialog Box
        • Scroll Down and Top
        • Hover Over Element
        • Focus on an Element
        • Press Keys
        • Download File
        • Upload Files
        • Perform Drag and Drop
        • Take Screenshot
        • Record Video
        • Maximize Browser
      • Playwright POM
      • Parameterized(Data-Driven) Testing
      • GitHub Actions
    • Playwright Java Tutorial
      • Beginner’s Guide
      • Install Playwright Java
      • Record Test
      • Element Locators
        • XPath Locator
        • CSS Selector
    • Playwright Python Tutorial
    • Playwright Interview Questions
  • 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
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials
  • Tech Insights
Software Testing Tutorials
Search Toggle menu

Category: Selenium 3

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 26, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 3, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How to Select Dropdown in Appium – Android Spinner Example

Learn how to select dropdown in Appium on Android using Spinner with XPath and UIAutomator selectors in automation scripts.

Posts pagination

< 1 2 3 … 6 >
  • How to Run Playwright Tests with TestNG in Java
  • How to Run Playwright Test Using JUnit in Eclipse IDE
  • How to Get Page Title in Playwright Java: Complete Guide
  • Web Scraping with Playwright: A Complete Guide
  • How to Generate Playwright Allure Report in JavaScript

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney
Join Our Learning Community
Subscribe to receive updates on fresh blog posts and resources.
icon
By subscribing, you agree to our privacy policy and terms of service.