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

June 24, 2016June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver interview questions, webdriver tutorials

Java Questions For Selenium WebDriver Interview

Part 5 21 : Explain System.out.println(); Answer : System : is a final class in  java.lang package. out : is a static member of system class. It […]

June 22, 2016June 19, 2025java tutorials for webdriver, Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Frequently Asked Java Interview Questions Part – 4

Part 4 16 : Can we overload static methods?  Answer : Yes.. There is not any restriction to overload static methods. We can overload static […]

June 18, 2016June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver interview questions, webdriver tutorials

Core Java Interview Questions For Selenium WebDriver – Part 3

Part 3 11 : Why main method is static? Answer : As we know, We can access static stuff without creating object of class. Because […]

June 11, 2016June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver interview questions, webdriver tutorials

Interview Questions Of Core Java For Selenium WebDriver – Part 2

Part 2 Core java interview questions for selenium automation testing 6 : What is the difference between static and not static variable? Answer : Main […]

June 5, 2016June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver interview questions, webdriver tutorials

Java Interview Questions For Selenium WebDriver – Part 1

PART 1 1 : What is object in java? Answer : Object Is an Instance of class and it has its own state and behavior. […]

June 1, 2016June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium : Loading Google Chrome Driver With Extensions

By default, Chrome driver browser instance opens with fresh profile when webdriver launch it. So your installed extensions in google chrome browser […]

May 23, 2016June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Get Browser And OS Details On Run-Time In Selenium WebDriver

Earlier we already learnt how to execute selenium WebDriver test In different browsers like Mozilla Firefox (VIEW THIS POST), Google Chrome (VIEW […]

May 22, 2016June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Capture And Verify Tool tip Text In Selenium WebDriver Example

Tool tips are very common elements of web page and visible on mouse hover of element. It can be on text box, […]

May 17, 2016June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium : How To Avoid Page Loading on Test Execution

If you site Is large then full page can take more time to get loaded completely. In such sites, Single action (like […]

May 14, 2016June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium : How To Capture JS Errors In Google Chrome

Today most of the applications are using Java Scripts for client side processing like client side validations, etc. So It Is very […]

May 1, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Launch Selenium Grid Hub And Nodes Using “JSON” Config File

What is JSON? “JavaScript Object Notation” is full form of JSON and it is best way to store information in an organized, […]

April 27, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Running Multiple Nodes Of Selenium Grid On Same Machine To Run WebDriver Test

Earlier we learnt, How to start single node on one machine as described in THIS POST. Now our next question is “can […]

April 7, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Set Selenium Grid Node “timeout” When Running WebDriver Test

“timeout” is node configuration parameter using which you can set timeout for selenium grid node browser session. If you set “-timeout 20000” […]

April 3, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Usage of “maxSession” In Grid 2 To Set Number Of Max Session Of Browser Instances

We learnt about “maxInstances” in my PREVIOUS POST. “maxSession” is another configuration parameter which helps to set max allowed sessions to run at […]

March 20, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Usage Of “maxInstances” In Grid 2 To Set Allowed Max Number Of Browser Instances

“maxInstances” is configuration parameter which is used during selenium grid 2 node configuration. Using “maxInstances” in selenium grid 2, We can set […]

March 14, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Grid 2 – Using @DataProvider To Run Parallel WebDriver Tests

In my previous post, We learnt how to execute selenium WebDriver single software automation test in multiple browsers in parallel using Selenium […]

March 9, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Use Selenium Grid 2 To Run WebDriver Test Cases In Parallel

Main advantage of selenium grid is we can run webdriver software test cases in parallel using selenium grid 2 environment to reduce software […]

March 3, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Configure Selenium Grid 2 Node To Run WebDriver Test

As described In my EARLIER POST, Selenium grid 2 Is useful to execute webdriver software tests on multiple nodes In parallel. So […]

February 29, 2016June 18, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Grid 2 Tutorial

This selenium grid 2 tutorial will guide you how to use selenium grid 2 to perform distributed software test automation in order […]

February 28, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Grid 2 Configuration – Setup Hub To Run Selenium WebDriver Tests

We learnt what is Selenium Grid 2 and when to use it in PREVIOUS POST. Selenium Grid is another project of selenium […]

February 24, 2016June 19, 2025Selenium 2, Selenium Grid 2, Selenium Grid Tutorial, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

What Is Selenium Grid 2? When To Use Grid?

Earlier we learnt selenium WebDriver/Selenium 2 tutorials with practical examples and you can find all webdriver tutorials links on THIS PAGE. Selenium […]

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

Appium – Perform LongPress Using TouchAction In Android Dialer App

24Sometimes you need to press and hold(long press) an element for few seconds to get required result In your android software app. […]

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

Posts pagination

< 1 2 3 … 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