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
  • 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
    • Playwright Tutorial
    • Playwright Interview Questions
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials

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
    • Playwright Tutorial
    • Playwright Interview Questions
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials

Software Testing Tutorials

Search Toggle menu

Category: selenium webdriver

November 14, 2022June 18, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Data Driven Test Using CSV File In Selenium WebDriver

Earlier we learnt how to perform data driven software automation testing using Java Excel API to read data from excel file In THIS […]

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

How To Find Apk Package Name And Launcher Activity Name

Learn how to find APK package name and launcher activity using ADB, APK Analyzer, and command-line tools for mobile automation and testing.

November 14, 2022June 18, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Datadriven Framework, webdriver tutorials

Create Data Driven Framework For Selenium WebDriver Using POI, TestNG And ANT

If you are using selenium webdriver as automation tool to test software web application and wants to create selenium webdriver data driven framework […]

November 14, 2022June 18, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

How To Zoom In And Zoom Out Page In Selenium Test

As you know, Selenium webdriver Is very big project which supports many different languages to create test cases and execute them In […]

November 13, 2022June 15, 2025Element Locators, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

What is element locator in selenium

Element locator in selenium Element locators in selenium plays very crucial role. Selenium find element using element locator. Selenium webdriver is automation […]

November 12, 2022June 15, 2025Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

What types of testing and application tested using selenium

There are many automation testing tools available in market and each tool have its own feature and limitations. Before choosing any tool […]

November 12, 2022June 15, 2025Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Prerequisites to learn selenium automation testing with java

Selenium is automation testing tool so before learning prerequisites of selenium automation testing, We can divide software testing in two segments. Manual […]

November 11, 2022June 15, 2025Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Tutorial With Java Easy & Free

This free selenium tutorial is designed to learn and understand selenium automation testing easily. Beginners can start from basic of selenium testing […]

November 11, 2022June 18, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver

If Else Statement – Basic Java Tutorials For Selenium WebDriver

You occasionally need to use if condition in selenium. In my previous post, we have seen different data types in java software development […]

November 11, 2022June 24, 2025AndroidDriver, Appium, Appium Android Examples, Appium Tutorials, mobile automation, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Appium – How To Swipe Vertical And Horizontal In Android Automation

This guide will show you how to swipe vertical and horizontal in Appium using simple code examples. You’ll learn how to automate […]

November 11, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

IEDriver – How To Resolve Set IE browser Zoom Level To 100% Error On RunTime

If your IE browser zoom level Is not set to 100% then you will get an error like “Browser zoom level was […]

November 11, 2022June 15, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Datadriven Framework, WebDriver Examples, webdriver tutorials

Selenium WebDriver Framework’s Required Jar Files List With Download Links

You can use bellow given software jar files for building your framework In selenium WebDriver software testing tool. I have downloaded them […]

November 11, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Get Height And Width Of Element In Selenium WebDriver

As you know, Every web element has Its own height and width or we can say size of element. Sometimes you need […]

November 11, 2022June 18, 2025Execute Javascript In Selenium WebDriver, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Wait For Page To Load/Ready In Selenium WebDriver

Generally selenium WebDriver handles software app’s page loading or wait for page to load by It self If you have used Implicit […]

November 11, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Download And Save Image Using Selenium WebDriver + Actions + Robot

Downloading Image from web page Is easy but It Is tricky task  In selenium WebDriver. Previously I described usages of Actions class of selenium WebDriver In test […]

November 11, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Submitting Form Using submit() Method Of Selenium WebDriver

You need to submit form in selenium very frequently as most of the sites contains forms. You will find many forms In […]

November 11, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Open Tab And Switching Between Tabs In Selenium WebDriver

Earlier we have learnt about how to switching between windows In selenium webdriver software testing tool as described on THIS PAGE. and […]

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

November 8, 2022June 18, 2025Selecting Dropdown Value, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Select Option By Value or By Index In Selenium WebDriver With Example

In my earlier post, We have seen example of HOW TO SELECT OPTION BY VISIBLE TEXT from drop down. There are two more alternatives […]

November 8, 2022June 18, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, WebDriver

Read-Write Text File In Java – Tutorials For WebDriver

We have learnt about String class and Its different functions In my previous post. Now our next topic Is How to write […]

November 8, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Extract Table Data/Read Table Data Using Selenium WebDriver Example

Table Is very frequently used element In software web pages. Many times you need to extract your web table data to compare […]

November 8, 2022June 18, 2025Selenium 2, selenium webdriver, Verify Element Enabled, WebDriver, WebDriver Examples, webdriver tutorials

How To Verify Element Is Enabled Or Disabled in Selenium WebDriver

During your Selenium WebDriver software testing test case creation, frequently you need to verify that your targeted element is enabled or disabled on page […]

November 8, 2022June 18, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Run Selenium IDE Test In Google Chrome Browser

Earlier have shared many tutorial examples on selenium IDE different commands and Its usage. You can view each of that example on […]

March 28, 2021CSS Locator, SelectorsHub for chrome, selectorshub tutorial, selenium tutorial, selenium webdriver, Xpath Locator, Xpath Tutorials

Advanced SelectorsHub For Chrome Tutorial For XPath and cssSelector

SelectorsHub for chrome extension is XPath, JSPath, cssSelector tool and it is very easy to understand and use. Earlier we learned how to install SelectorsHub […]

March 21, 2021June 18, 2025SelectorsHub for chrome, selectorshub tutorial, selenium tutorial, selenium webdriver, selenium webdriver tutorial, Xpath Locator, Xpath Tutorials

SelectorsHub for chrome – Easy And Free xpath and css selectors in selenium Webdriver

We have used many different tools and methods to find XPath and CSS selectors for selenium webdriver. But SelectorsHub chrome extension is Next generation […]

June 2, 2020Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Selenium WebDriver Test Automation on BrowserStack

BrowserStack is web cloud platform which provides us an environment to test web and mobile applications on different version combinations of OS […]

May 27, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Using deleteAllCookies() to Delete all cookies in Selenium WebDriver

Earlier we already learn different selenium webdriver methods to add cookie, get cookies detail by name and all cookies. Sometimes you also […]

May 25, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Using deleteCookieNamed() and deleteCookie() to delete cookies in selenium WebDriver

Earlier we learnt how to add cookie and get cookie details using different methods like addCookie(), getCookieNamed() and getCookies(). Sometimes you also need […]

May 22, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Using getCookies() to get all cookies and extracting in Selenium Webdriver

Any site can have single or multiple cookies. If you know cookie name then you can get it’s detail easily using getCookieNamed(). But […]

May 20, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

How to use addCookie() and getCookieNamed() in Selenium WebDriver

Selenium webdriver add cookie and selenium webdriver get Cookie Named are very useful methods. Most of all you are already aware about browser […]

Posts pagination

< 1 2 3 … 13 >
  • Snapchat Planets Guide: Map Your Friendships in Orbit
  • How to Use getByRole Locator in Playwright (2025 Guide)
  • How to Use getByLabel Locator in Playwright (2025 Guide)
  • How to Use Text Selector in Playwright – 2025 Guide
  • Top Playwright Interview Questions – 50+ Expert Picks

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