Tag: Webdriver Exercises

This section enlists several webdriver exercises which you should go through.

Latest Of Webdriver Exercises

List of Tutorials

How to Use Internet Explorer Driver with Selenium

Mozilla Firefox, Google Chrome, and Internet Explorer are the 3 leading browsers any QA engineer would choose for Web automation testing. Today, we'll demonstrate the Internet Explorer driver for website test automation. We'll also create a simple Selenium regression testing…

How to Write Data-Driven Tests in Selenium

In this blog post, we'll present a live example of writing data-driven tests using Selenium Webdriver. With the data-driven testing approach, we can create a scalable test framework and run an extensive no. of test cases. In this tutorial, we'll automate a…

How to Use Chrome to Run Webdriver Test Cases

Whether you use Webdriver to test a web app or for learning, you will most likely use Chrome for running test cases. The Chrome is a natural choice over other browsers. It acquires a 65% market share whereas Firefox has…

Selenium Grid Webdriver Code Example

In our earlier post on Selenium Grid, we explained an easier method to download and install the Selenium Grid. Also, the post did teach you how to configure multiple browsers like Firefox, Chrome, and IE with Selenium Grid. In today's tutorial, you'll…

Selenium Exercise – Automate a Purchase from Flipkart

If you are planning for a Selenium Webdriver interview, then better be ready for the questions like how to add a book to the cart on Flipkart. It's likely that the interviewer may ask you to write code to check your hands-on knowledge.…

Selenium Exercise – Find Broken Links On a Website

Broken links are bad for any website irrespective of its business function. It could be a blog like ours or a product website like Amazon or Flipkart. For a blog, it could hurt search rankings. Whereas an e-commerce portal may face…