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 webdriver

December 9, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

List Of Interview Questions For Selenium WebDriver

Part 17 78 : What Is the syntax to get value from text box and store It In variable. Answer : Most […]

December 7, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Group And Run Selenium Test Cases Using Testng

Grouping tests Is another very good feature of testng using which you can create group of test methods. You can create a […]

December 4, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

TestNG Interview Questions And Answers For Selenium WebDriver

Part 16 73 : How to set priority of @Test method? What Is Its usage? Answer : In your software web application’s test case, […]

December 3, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

TestNG Timeout Test For Selenium WebDriver

Sometimes you will have a case where few of the @Test methods are taking very very long time to complete the execution or […]

November 30, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Enable/Disable @Test Method In Selenium WebDriver Using TestNG

TestNG has very good feature to enable or disable selenium webdriver @Test method. During test execution, If you do not wants to execute […]

November 27, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

TestNG With Selenium WebDriver Interview Questions And Answers

Part 15 68 : What Is the usage of testng.xml file? Answer : In selenium WebDriver software testing tool, We are using testng.xml […]

November 25, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Use Of preserve-order In TestNG With Selenium WebDriver

preserve-order Is very Important attribute In TestNG. In Selenium WebDriver test execution, Many times peoples are complaining like my test cases execution not […]

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

Selenium WebDriver with TestNG Interview Questions With Answers

Part 14 63 : What Is TestNG? Answer : TestNG Is Open Source(Freeware) framework which Is Inspired from NUnit and JUnit with […]

November 20, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Using Single @DataProvider Method To Store All WebDriver Test Case Data

We have learnt how to create and store multiple @DataProvider methods In single class file called dataProvider_Repository.java and then we can use those […]

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

JUnit With Selenium WebDriver Interview Questions And Answers

Part 13 58 : Tell me main features of JUnit. Answer : JUnit features are as bellow. JUnit Is unit software testing framework. So It […]

November 16, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Store And Access All DataProviders From Single File For WebDriver Test Cases

We have already learnt how to create and use testng data providers In selenium webdriver test cases In THIS POST. Also we […]

November 13, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver With JUnit Interview Questions With Answers Part 12

Part 12 53 : Which Is the latest version of JUnit. Answer : Current latest version of JUnit Is 4.12-beta-2. This can change In future. […]

November 11, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Executing Selenium WebDriver Test Classes Parallel Using TestNG

Sometimes you need to execute multiple test cases at same time to save test execution time. TestNG has very good feature to […]

November 9, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Interview Questions For Selenium WebDriver Part 11

Part 11 48 : Can you tell me a syntax to close current webdriver Instance and to close all opened webdriver Instances? Answer : Yes, […]

November 6, 2014June 19, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Using dependsOnMethods Of TestNG In Selenium WebDriver Test Case

Earlier in previous post, We have learnt how to set test execution priority of WebDriver test cases If you have multiple tests […]

November 3, 2014June 19, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Interview Questions For Selenium WebDriver Part 10

Part 10 46 : Can we perform drag and drop operation In Selenium WebDriver? Tell me a syntax to drag X element and […]

November 2, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Set Priority For Selenium WebDriver TestNG @Test Method Execution

We can set test execution priority for selenium WebDriver @Test annotation methods. If there Is single @Test annotation method In your test class […]

October 29, 2014June 20, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver Job Interview Questions Part – 9

Part 9 41 : What kind of software testings are possible using selenium WebDriver? We can use It for any other purpose except […]

October 28, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Select Date In Selenium WebDriver From Calendar – JQuery Date Picker

You will find JQuery date picker In many software web applications. Selecting date from JQuery date picker Is not hard task but […]

October 20, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Questions Part – 8

Part 8 36 : When I am running software web application’s tests In Firefox Browser using selenium webdriver, It Is not showing me […]

October 19, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Resizing JQuery Resizable Element Using Selenium WebDriver

I have provided different examples of how to deal with J Query elements using selenium WebDriver like Drag and drop element using dragAndDrop […]

October 16, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, webdriver interview questions, webdriver tutorials

Selenium WebDriver Questions Part – 7

Part 7 31 : Can you tell me the names of different projects of selenium software automation testing tool? Answer : At present, Selenium software […]

October 14, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Move JQuery Slider In Selenium WebDriver

To drag and drop any element on other element, We can use moveToElement or dragAndDrop methods of Actions class as described In THIS […]

October 12, 2014June 20, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, webdriver interview questions, webdriver tutorials

Latest Selenium Interview Questions With Answers

Part 6 26 : Can we automate desktop software application’s testing using selenium WebDriver? Answer : No. This Is the biggest disadvantage of selenium […]

October 9, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Select jQuery Selectable Items Using Actions Class Of Selenium WebDriver

We have already learnt how to drag and drop drag-able web element on drop-able web element In THIS POST and drag and […]

October 7, 2014June 20, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, webdriver interview questions, webdriver tutorials

Selenium WebDriver Job Interview Questions Part – 5

Part 5 21 : How does selenium RC software testing tool drive the browser?  Answer : When browser loaded In Selenium RC, It ‘injected’ javascript […]

October 5, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver : Drag And Drop Element By Pixel(X, Y) Offset using javascriptexecutor

We can use Advanced User Interactions API of selenium webdriver software testing tool to drag the targeted element and drop It on destination element […]

September 30, 2014June 20, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, webdriver interview questions, webdriver tutorials

Job Interview Questions For Selenium WebDriver With Answers

Part 4 16 : How to press ENTER key button on text box In selenium webdriver? Answer : To press ENTER key using selenium WebDriver […]

September 28, 2014June 20, 2025Selenium 2, selenium webdriver, WebDriver, WebDriver Examples, webdriver tutorials

How To Drag And Drop An Element In Selenium WebDriver

When we talk about drag and drop kind of tricky operations, We need to use Advanced User Interactions API of selenium WebDriver. […]

September 24, 2014June 20, 2025Selenium 2, selenium interview questions and answers, selenium webdriver, WebDriver, webdriver interview questions, webdriver tutorials

Selenium WebDriver Latest Job Interview Questions With Answers Part-3

Part 3 11 : Can you tell me the syntax to open/launch Firefox browser In WebDriver software testing tool? Answer : We can open new […]

Posts pagination

< 1 … 8 9 10 … 13 >
  • 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