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 2

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

August 30, 2015June 19, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is The Use of “final” Keyword In Java

Interviewer can ask you question “What is final keyword in java“. “final” is a keyword which is reserved in java software development language. It restrict the […]

August 26, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Handle SSL Certificate Error In Google Chrome When Run Test In Selenium

You already know how to execute selenium webdriver test In Google chrome browser as we learnt It In THIS POST. You are […]

August 23, 2015June 19, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Similarities And Difference Between Abstract Class And Interface

Earlier we learnt about interface in THIS POST and abstract class THIS POST. Now let’s try to understand the similarities and difference between abstract […]

August 19, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Fire-IE-Selenium Tool To Find XPath, CSS Path Or Any Other Locator For IE Only WebSites

There are thousands of software websites which are allowed to access only via Internet Explorer browser. Such IE only software websites are […]

August 16, 2015June 19, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is Method Overloading In Java?

Method Overloading Many peoples get confused between method overloading and method overriding in java software development language. Earlier we learnt about method overriding in […]

August 13, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Handle SSL Certificate Error In IE Browser For Selenium WebDriver Test

Earlier we learnt how to handle SSL certificate error by creating custom profile In selenium WebDriver software test when you run It […]

August 9, 2015June 19, 2025java tutorials for webdriver, Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is An Abstract Class In Java?

What Is An Abstract Class? If you will go to attend an interview for selenium WebDriver software testing tool with java , […]

August 5, 2015June 24, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Find Broken Links/Images From Page Using Selenium WebDriver Example

This guide will show you how to find broken links in Selenium using automated scripts. You’ll learn how to detect non-working links […]

August 2, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is Polymorphism In Java OOP?

We learnt about Encapsulation In previous post. Polymorphism Is another OOP fundamental concept in java software development. Interviewer can also ask you […]

July 29, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

OOP Concepts And Advanced Java Tutorials For WebDriver

Earlier we learnt many different basic java software development language’s OOP concepts tutorials which are required to Initiate WebDriver software testing tool […]

July 29, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is Encapsulation In Java?

Many times when you will go to attend WebDriver Interview on 2+ years experience, Interviewer will ask you about Encapsulation. Best answer on Encapsulation […]

July 26, 2015June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver interview questions, webdriver tutorials

Latest Interview Questions On Selenium Advanced Usage

Part 23 108 : I wants to pass parameter In software test case through testng.xml file. How can I do It? Answer : You can […]

July 23, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Steps To Get Element XPath/CSS Using Firebug And FirePath Add-On Of Firefox

We learnt how to Install firebug and firepath add-on In Mozilla Firefox browser In my previous post. Now this Is time to […]

July 19, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Attach Firebug and FirePath Add-On To Firefox Driver Instance

Firebug and FirePath add-ons of Firefox browser are playing major role to get the XPath and CSS path of any element easily […]

July 16, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Firepath And Firebug : Download and install firepath and firebug

Firepath and Firebug are very useful Firefox add-on. We need to download and install Firepath and firebug to get xpath in selenium. Download […]

July 9, 2015June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

IEDriver – How To Resolve “Enable Protected Mode For All Zones” Error RunTime

Earlier we learnt how to execute WebDriver software test In Internet Explorer browser using InternetExplorerDriver In previous post. We have also learnt […]

Posts pagination

< 1 … 3 4 5 … 11 >
  • Snapchat Planets Guide: Map Your Friendships in Orbit
  • How to Use getByRole Locator in Playwright (2025 Guide)
  • How to Use Text Selector in Playwright – 2025 Guide
  • Top Playwright Interview Questions – 50+ Expert Picks
  • How to Take Screenshot in Playwright With Example

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