Tag: Selenium Testing Tools

Latest Of Selenium Testing Tools

List of Tutorials

How to Use Selenium IDE to Add Input-based Tests

Selenium IDE is a powerful tool for recording and playing back browser interactions. In this tutorial, you will learn how to add input-based test cases using Selenium IDE. Why Add Input-based Test Cases? Sometimes we need to quickly test scenarios…

Selenium Webdriver – Download and Install Stable Versions

Selenium Webdriver is continuously evolving and advancing its features. Recently, we've seen a few beta versions of Selenium Webdriver 3.0, followed by its official release. In this post, we'll share the stable Selenium Webdriver download links with you. Introduction Please…

A 10 Min Guide: Download and Set up Selenium Grid

You might have heard of terms like Parallel execution and Distributed automation. The former raises your ability to handle the load and the latter supports it by offloading it onto multiple nodes. In Webdriver automation, it's the Selenium Grid that is…

How to Use Selenium for Load Testing

Probably you are working on a large web application and using Selenium for UI testing. And now trying to find out whether you can use Selenium for load testing or not. But let us tell you that there isn't an…

4 Must-have Selenium IDE Add-ons for Firefox

In this post, we are discussing the top 4 Selenium IDE add-ons for Firefox to light up its capability and help you reduce efforts in UI automation. Selenium IDE Add-ons for Firefox You Must Have Selenium IDE is one of the…

Differences in Selenium IDE, RC, Webdriver

Check out the side-by-side difference between the Selenium IDE, RC, and Webdriver. If you like to know about them individually, then read this post on Selenium components. However, if you are planning for a software testing interview, then do read this post…

Selenium Components for Web Test Automation

Nowadays, Selenium is apparently the best choice for doing automated testing of Websites. Not only test engineers, but developers also use it for the unit testing of their projects. In this post, we'll exclusively talk about the various Selenium components. A…

Use FireBug and FirePath to Find Locators

Let's start to learn how can we install and use Firebug and FirePath, the two most used Firefox browser plugins for test automation developers. In our last blog post, we explained various types of Selenium locators with useful examples. If…

Selenium IDE Download And Installation Guide

Selenium IDE or SIDE is one of the most used Firefox add-ons and is the undisputed leader in the Web UI automation world. In this post, we'll summarize the three quick ways to download and install the Selenium IDE add-on. This addon provides…