Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: 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

Postman Tutorial Part 44 – Data Driven Testing in Postman Using CSV File

Hello Folks, We have already seen How to read data from a csv file in Postman. I have not discussed a major purpose of usage of data files in Postman yet. We are going to learn about that in this post. The major usage of reading data from files such as JSON and CSV in…

Read More “Postman Tutorial Part 44 – Data Driven Testing in Postman Using CSV File” »

Uncategorized

#1. Java Program To Check Equality Of Two Arrays

Write a Java program to check if two arrays are equal or not. If you prefer watching YouTube video for this programming question then you can refer here:- Whenever programming questions are asked in interviews especially in startups and product-based companies, the interviewer expects you to ask questions to understand problems well instead of directly…

Read More “#1. Java Program To Check Equality Of Two Arrays” »

Uncategorized

Posts pagination

Previous 1 … 44 45 46 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark