Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

REST Assured Tutorial 68 – Compare Two JSON using Jackson – Java Library

As a part of the End to End REST Assured Tutorial, in this post, we will learn to compare two JSON using the Jackson library. We may need to compare two JSON during API testing. For example – If we are going to get the same JSON response for an API every time or some parts of…

Read More “REST Assured Tutorial 68 – Compare Two JSON using Jackson – Java Library” »

Uncategorized

FindAll Annotation In Page Factory In Selenium WebDriver

Hello Folks, In this post, we will learn about another annotation in Page Factory called FindAll. Suppose, you need to locate below web elements and find out counts: All web elements whose class name is “ABC”. All web elements whose id is “DEF”. All web elements whose linkText is “Sometext”. Generally you will write as…

Read More “FindAll Annotation In Page Factory In Selenium WebDriver” »

Uncategorized

REST Assured Tutorial 35 – De-Serialization – JSON Object To Java Object Using Gson API

As a part of End to End REST Assured Tutorial, in this post, We will learn the “De-Serialization” concept where we will create Java Object from JSON Objects using the Gson library. Previously we learned Serialization – Java Object To JSON Object Using Gson API. We have learned about POJOs in the previous posts. If you have…

Read More “REST Assured Tutorial 35 – De-Serialization – JSON Object To Java Object Using Gson API” »

Uncategorized

Postman Tutorial Part 2 – Installation of Postman Tool – Chrome App, Native App and Web app

As a part of Postman Tutorial – End to End, in this post, we will learn the “Installation of Postman Tool as a Chrome app, Native app and web version” Initially, the Postman tool was introduced as an extension/app of the Chrome browser. Postman Chrome app can run only on the chrome browser which was a critical limitation….

Read More “Postman Tutorial Part 2 – Installation of Postman Tool – Chrome App, Native App and Web app” »

Uncategorized

Storing Web Table With Pagination Data Into List Of Map – Java

A Web Table with pagination is very common in an application. In this post we will learn how to store all rows and columns of a Web Table with pagination in a List of Map using Java. Already we have learnt :- Storing Web Table Data Into List Of Map – Java Storing Web Table…

Read More “Storing Web Table With Pagination Data Into List Of Map – Java” »

Uncategorized

REST Assured Tutorial 47 – Fetch Value From Nested JSON Array Using JsonNode – Jackson – At() Method

As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON Array as JsonNode to fetch values of different types. Creating POJO classes for parsing a JSON to fetch values may not be easy all the time especially when you have lengthy nested JSON and dynamic JSON. Instead, we can…

Read More “REST Assured Tutorial 47 – Fetch Value From Nested JSON Array Using JsonNode – Jackson – At() Method” »

Uncategorized

FluentWait Vs WebDriverWait in Selenium WebDriver

“FluentWait Vs WebDriverWait” , A hot topic in Selenium WebDriver but still confuses many. Let’s see if I can help you to understand the difference between these two. Class WebDriverWait is a disciplined child (Specialization) of Class FluentWait and grand child of interface Wait. In short, Class FluentWait implements Wait interface and WebDriverWait extends FluentWait….

Read More “FluentWait Vs WebDriverWait in Selenium WebDriver” »

Uncategorized

Using Thread.sleep() in Selenium WebDriver

Agenda: Need of wait statements in Selenium WebDriver scripts Introduction of NoSuchElementException Types of wait provided by Java and Selenium WebDriver Introduction of Thread.sleep() method Working of Thread.sleep() Disadvantages of using Thread.sleep() in selenium scripts Let’s write a simple selenium WebDriver scripts as per given scenario :- Launch a chrome browser. Load “https://www.redbus.in/” URL. Locate…

Read More “Using Thread.sleep() in Selenium WebDriver” »

Uncategorized

Interview Experience

Introduction As part of the Interview Experience series, in this post, we will see an interview experience in Morgan Stanley… Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public… Following is a list of basic questions of Selenium WebDriver – Java. It will help…

Read More “Interview Experience” »

Uncategorized

Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver

Hello Folks, We generally used some methods for Eg. isDisplayed(), presenceOfXXXX(), visibilityOfXXXX() etc while developing test scripts.  All methods look similar but do you know there are some differences among them. We will learn about those differences in this post. isDispalyed(): This method checks whether or not the element is displayed in visible area of…

Read More “Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver” »

Uncategorized

Posts pagination

Previous 1 … 7 8 9 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark