Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: April 2025

REST Assured Tutorial 39 – @JsonIgnore Annotation of Jackson API – Exclude Field of Pojo From Serialization and Deserialization

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called @JsonIgnore of Jackson library which helps in restricting properties of a POJO class from serialization and deserialization. Since we are using Jackson API of Java for this example, make sure you have the latest dependency of Jackson…

Read More “REST Assured Tutorial 39 – @JsonIgnore Annotation of Jackson API – Exclude Field of Pojo From Serialization and Deserialization” »

Uncategorized

How To Remove Duplicate Values From List Using Java Stream API?

Stream API feature was introduced in Java 8 but it is still confusing for many and also many have not even used it a single time. I will try to explain Java Stream concepts with simple examples in Learn Stream API in Java with Examples series. In this post, we will learn to remove duplicates from a…

Read More “How To Remove Duplicate Values From List Using Java Stream API?” »

Uncategorized

Git Tutorial 33 – How To Restore Deleted And Committed But Not Pushed File By GIT Reset?

As a part of GIT Tutorials End To End, we will learn about retrieving a deleted and committed file in Git by using GIT reset command. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT…

Read More “Git Tutorial 33 – How To Restore Deleted And Committed But Not Pushed File By GIT Reset?” »

Uncategorized

Missing Firebug? ‘Rūto’ is On The Way ==>

Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css and XPath easily of a Web element. But firebug has been deprecated. Wiki page of firebug says:- Firebug has been deprecated in favor of the integrated developer tools added to Firefox itself, whose functionality has…

Read More “Missing Firebug? ‘Rūto’ is On The Way ==>” »

Uncategorized

How To Use ThreadSafe Singleton Class To Manage Instance Variables In Automation Framework – Java

In the previous post, we have seen how maximum beginners and experienced Selenium professionals apply inheritance with TestNG annotations while setup test scripts and end up with encountering NullPointerException. We have solved NullPointerException by converting instance variables to Static variables. We also solved the above problem using a Singleton design pattern as well. I have used a static…

Read More “How To Use ThreadSafe Singleton Class To Manage Instance Variables In Automation Framework – Java” »

Uncategorized

Postman Tutorial Part 20 – Use Variables in Request Builder OR How To Build Parameterized Request in Postman

Hello Folks, We have learnt already about :- What is Variable in Postman? Global Variables in Postman Environment Variables in Postman In this post, we will see how can we use variables in request body to create parameterised request. Consider we have an API which registers a patient on any application. You need to pass…

Read More “Postman Tutorial Part 20 – Use Variables in Request Builder OR How To Build Parameterized Request in Postman” »

Uncategorized

REST Assured Tutorial 28 – What is Plain Old Java Object (POJO) ?

As a part of End to End REST Assured Tutorial , in this post We will learn about POJO. Java supports Object Oriented Programming System (OOPs) which is a programming paradigm. From the full form of OOPs , we can understand that it is a programming approach which is oriented around something called “Object” and an Object…

Read More “REST Assured Tutorial 28 – What is Plain Old Java Object (POJO) ?” »

Uncategorized

Posts pagination

Previous 1 … 3 4

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark