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

Author: Aravind

Merging two columns in excel without loosing data
March 18, 2025April 9, 2025Excel Guide

6 Best Options to Combine Two Columns in Excel (With space, comma, and dash)

Learn how to combine columns in Excel using formulas (&, TEXTJOIN(), CONCAT()), Flash Fill, and VBA. Download our free Exercise sheet to master these methods!

March 13, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

Partial Link Text in Selenium: When and How to Use It Effectively

Are you trying to locate a hyperlink by linkText, but it doesn’t work in Selenium automation? You’re not alone. If the text of […]

March 11, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

What is linkText in Selenium? Ultimate Guide for Beginners

Do you know how to click on the link without using complicated locators like XPath and CSS selectors? linkText in Selenium is a […]

March 10, 2025June 15, 2025selenium webdriver tutorial, tag name

TagName Locator in Selenium WebDriver: Everything You Need to Know

Element locators play an important part in interacting with elements in Selenium tests. Let me clarify here that Selenium supports lots of […]

March 9, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

Find Element by Class in Selenium: Complete Guide for Beginners (Best Practices, FAQs)

Selenium is a flexible automation testing tool that provides multiple ways to locate web elements. findElement(By.className()) is one of the different types of […]

March 8, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

Name Locator in Selenium: A Complete Guide (Advantages, Limitations, Syntax, Examples, and Alternatives)

Selenium WebDriver supports many types of element locators like ID, Name, TagName, Class, XPath, and CSS Selectors to find and interact with […]

March 7, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

Find Element by ID in Selenium: A Complete Guide with Examples

Locating element is a crucial part in Selenium automation testing. There are many element locators available in Selenium, but finding an element […]

March 7, 2025March 20, 2025selenium webdriver tutorial, xpath in selenium

How to write and Use XPath in Selenium (Using attributes, Axes, operators, functions)

One of the main reasons behind Selenium’s popularity is that it supports multiple element locators. And one of them is XPath. XPath […]

March 5, 2025June 15, 2025selenium webdriver, selenium webdriver tutorial

Selenium Supported Languages: A Complete Guide

Selenium is arguably the crowned King of the automation testing tools today and one of its critical advantages is multi-language support. As […]

March 5, 2025June 15, 2025selenium interview questions and answers, selenium webdriver tutorial

Selenium Interview Questions and Answers

Are you preparing for an interview for a Selenium automation testing Job in 2025? Whether you’re just a beginner in Selenium or have 3 […]

March 1, 2025June 15, 2025selenium webdriver, selenium webdriver tutorial

How to Download EdgeDriver for Selenium (Step-by-Step Guide)

You need EdgeDriver to run Selenium tests in Microsoft Edge browser. It lets Selenium WebDriver interact with MS Edge browser just like a real […]

February 27, 2025June 15, 2025selenium webdriver, selenium webdriver tutorial

What is WebDriver in Selenium

What is WebDriver in Selenium? If you’re diving into test automation, this is one of the first questions you’ll come across. In […]

February 9, 2025June 15, 2025selenium webdriver, selenium webdriver tutorial

How to download chromedriver for selenium (Step-by-Step Guide)

Are you looking to automate tests with Selenium but can’t get the correct version of ChromeDriver? You’re not alone. Many testers and […]

February 1, 2025June 15, 2025selenium webdriver tutorial, Uncategorized

How to Download and Set Up GeckoDriver In Selenium (Step-by-Step Guide)

Are you looking to automate Firefox with Selenium WebDriver? You need GeckoDriver. But many beginners struggle with setting it up correctly. If […]

January 9, 2025April 2, 2025Apache Jmeter, jmeter testing, JMeter Tutorial

Apache JMeter: Load and Performance Testing Made Simple

Introduction: Load and Performance Testing Using Apache JMeter The performance, reliability, and usability of your software application are crucial factors in today’s fast-paced, […]

December 6, 2022March 19, 2025Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Getsize In Selenium

Selenium getSize() method You can get the browser window size using getSize() method in selenium. It will be helpful to get the […]

December 6, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium Set Window Size

Set browser window size in selenium Selenium has built in method to set size of browser window. You can use setSize() method to […]

December 5, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium Window Full Screen

Full Screen Window In Selenium Selenium fullscreen() method is used to full screen the browser window. It will perform browser full screen action […]

December 5, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium Minimize Window Of Browser

Minimize window in selenium  Selenium 4 has built in method to minimize the browser window. It is less used method in selenium […]

December 5, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium Maximize Window Of Browser

Maximize window in selenium You can maximize window in selenium using maximize() method. Every time you launch browser in selenium test, It […]

December 2, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium get url using getCurrentUrl()

Get url in selenium using getCurrentUrl() Method Sometimes you need to get the current url during selenium test. You can get the […]

December 1, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium close browser

Close browser in selenium using close() method To close browser in selenium, You can use close() method. It is used to close […]

December 1, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium getTitle() method to get title of page

Selenium get title using getTitle() method If you view source of page, You will find title of the page inside <title> and […]

November 30, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium get attribute to get value of attribute

Selenium getAttribute() method You can get value of attribute using getAttribute() method in selenium. As you know, all the web elements have […]

November 29, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium clear method

Selenium clear() method Selenium clear() method is used to clear text from input textbox or text area. Clear() method required when you […]

November 29, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium click element using click() method

Click element in selenium using click() method Selenium click element can be done using click() method. Click is most common action to […]

November 28, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium sendkeys() method to send text to input

sendKeys() method in selenium  sendKeys() in selenium is also one of the most used method. It is being used to type texts […]

November 26, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium findElement method

findElement() method in selenium findElement method is one of the most used method in selenium as it is used to fine element […]

November 24, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

Selenium get() method and navigate() method

Selenium get() method get() method in selenium is one from the many different methods available in webdriver interface. Selenium get() method is […]

November 23, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial

System setproperty in selenium

What is System.setProperty? If you have noticed in selenium test case, You will find syntax System.setProperty. System is class name and setProperty(String key, String value) […]

Posts pagination

1 2 … 23 >
  • 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