Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Compare Two Excel Workbooks Using Apache POI

Comparing two or multiple excel workbooks is very common requirement specially for automated test scenarios. In this post, we will learn How to compare two excel workbooks or to verify if two excel workbooks have same data set. I hope you are aware of a normal excel workbook. An Excel Workbook is also an Excel…

Read More “Compare Two Excel Workbooks Using Apache POI” »

Uncategorized

Part 2: All about XPath: Different ways of writing XPath expression.

Hello Folks, In last post we have learnt basic concepts about XPath. In this post ,we will learn to write XPath expressions: Using attribute name and value: HTML elements might have attribute name and attribute values. Attributes give extra information about web element. Using those attributes in XPath, we can locate web element. Syntax: //tagname[@attribute_name=’attribute_value’]…

Read More “Part 2: All about XPath: Different ways of writing XPath expression.” »

Uncategorized

REST Assured Tutorial 27 – How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode()

As a part of End to End REST Assured Tutorial , in this post We will learn to Create JSON Array using Jackson API’s class ObjectMapper. We have already learnt to create JSON Object using Jackson API here. Jackson API is a high performance JSON processor for Java. We can perform serialization, deserialization , reading a JSON file,…

Read More “REST Assured Tutorial 27 – How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode()” »

Uncategorized

API Testing – Postman

The first job after completing education is always special. I joined a Software company and on the first day itself,… Introduction As a part of End to End REST Assured Tutorial, in this post, we will edit or customize existing JSON object… Introduction As a part of End to End REST Assured Tutorial, in this post, we will learn…

Read More “API Testing – Postman” »

Uncategorized

Understand Verification & Validation In Software Testing

Hello Folks, We testers are always confused with these two terms : Verification & Validation. I will try my best to explain these terms in simple words in this post. Verification and Validation are different testing activities which are performed during SDLC. We use both words interchangeably and think our all testing activities fall either…

Read More “Understand Verification & Validation In Software Testing” »

Uncategorized

Git Tutorial 1 – What is Version Control System?

As a part of GIT Tutorials End To End, we will learn about Version Control System i.e. VCS or Source Control System in this post. Did you know that I have started a YouTube channel as well and I need your support to make it successful. Please do watch content then comment, like, share, and obviously subscribe. You…

Read More “Git Tutorial 1 – What is Version Control System?” »

Uncategorized

Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File

In the previous post, we have learned Creating Log4j2 Maven Project With Default Configuration File. When we do not add any configuration file, Log4j2 provides default configuration and prints error and fatal logs on the standard console. In this post, we will add a user-defined XML configuration file. Did you know that I have started…

Read More “Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File” »

Uncategorized

REST Assured Tutorial 13 – How to write API Response in a JSON File

As a part of the End to End REST Assured Tutorial, in this post, We will learn to write API response to a JSON file in Rest Assured. We may require to store API JSON responses in to JSON files for future reference as a test result. It may also required to pass stored JSON…

Read More “REST Assured Tutorial 13 – How to write API Response in a JSON File” »

Uncategorized

#1. Difference Between List And Set In Java

A Collection in Java is an Object that represents a group of Objects and the Collection Framework consists of multiple classes and interfaces which can be used for various data manipulation operations. List and Set both are Interfaces in Java and extend the most basic interface Collection interface. We will learn the basic differences between…

Read More “#1. Difference Between List And Set In Java” »

Uncategorized

#1. LeetCode| Java 11 | String Programs | Easy | Sorting the Sentence

https://leetcode.com/problems/sorting-the-sentence/description/ Get all words from the given sentence. We will be required a data structure to store the words at their correct position. We can use an Array or Array List. Extract the index value from each word and use this index value to insert the word into the data structure. Join the words to…

Read More “#1. LeetCode| Java 11 | String Programs | Easy | Sorting the Sentence” »

Uncategorized

Posts pagination

Previous 1 … 17 18 19 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark