Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

How To Install Java 8 On Windows 10

Java is a programming language and first released by Sun Microsystems in 1995. Now Java has been acquired by Oracle. It was designed by James Gosling. While writing this post the latest version of Java is 14. Java 8 is a more stable version and it is widely used as well. We will be installing…

Read More “How To Install Java 8 On Windows 10” »

Uncategorized

TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation

Hello Folks, TestNG provides a built in mechanism to re-run failed test case for N times (Ideally) instantly using IRetryAnalyzer interface. It means that if a test method fails, we can rerun it for N times or until it is passed during run. Let’s see this concept in more details: IRetryAnalyzer Interface: IRetryAnalyzer is an interface…

Read More “TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation” »

Uncategorized

Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver

We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways is same but the way it is done, is different. Below are the differences between FindBy and findElement in Selenium WebDriver: FindBy is an annotation while findElement and findElements are methods. Remember FindBy is provided…

Read More “Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver” »

Uncategorized

Postman Tutorial Part 8 – How to Send PUT Request in Postman

As a part of the Postman Tutorial – End to End tutorials series, in this post, we will learn to send a PUT request in Postman for a REST API. Topics we are going to learn in this post Step by step process of sending a PUT request in Postman tool. How to add authorization in Postman for…

Read More “Postman Tutorial Part 8 – How to Send PUT Request in Postman” »

Uncategorized

Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver

Selenium 4 is out ( Alpha version at the time of writing this post). They have given a very important feature in Selenium 4 which is Logging. Logging is generally helpful to know what went wrong. When you launch a website in browser, you can see logs in console tab of Developer tool. These logs…

Read More “Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver” »

Uncategorized

string

Skip to content Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers…

Read More “string” »

Uncategorized

TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class

Hello Guys, Now we have good understanding of DataProviders in TestNG from previous articles. If you have not read my previous posts on DataProvider, you can go through them below: Why do you need DataProvider? How does DataProvider work? DataProvider with 2D array You can notice in all previous posts that I kept DataProvider methods…

Read More “TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class” »

Uncategorized

LeetCode – 100 Programs

Skip to content LeetCode Problem Link https://leetcode.com/problems/sorting-the-sentence/description/ Problem Statement Problem Solution YouTube Video Logic step by step Get all words from the given…

Uncategorized

TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type

Hello, DataProvider is an important functionality provided by TestNG to achieve Data driven testing or providing a set of different dataset to a method to execute on. We have seen DataProvider concept in details in previous posts. DataProvider may become nightmare if number of data (arguments) is more or it keeps changing or you do not…

Read More “TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type” »

Uncategorized

Git Tutorial 9 – Git Clone – Get Local Copy Of Remote Repository

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git clone“ in this post. If you are a beginner in GIT concepts then I will recommend going through the below posts to understand GIT much better. Git Tutorial 4 – Create A New Git Repository…

Read More “Git Tutorial 9 – Git Clone – Get Local Copy Of Remote Repository” »

Uncategorized

Posts pagination

Previous 1 … 15 16 17 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark