Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

REST Assured Tutorial 44 – Fetch Value From JSON Object Using JsonNode – Jackson – get() & path() Methods

As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON 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. Instead, we can use the tree…

Read More “REST Assured Tutorial 44 – Fetch Value From JSON Object Using JsonNode – Jackson – get() & path() Methods” »

Uncategorized

Postman Tutorial Part 9 – DIfference Between Put and Patch HTTP Methods

Hello Guys, Whether you are an API developer or tester, you must understand the difference between PUT and PATCH http methods. It is also a frequently asked interview question. Let’s understand PUT and PATCH in details.  PUT:- An HTTP PUT method is used to primarily update the resource information but  it also can be used…

Read More “Postman Tutorial Part 9 – DIfference Between Put and Patch HTTP Methods” »

Uncategorized

Postman Tutorial Part 45 – Data Driven Testing in Postman Using JSON File

Hello Folks, We have already seen How to read data from a json file in Postman. In previous post, we have learnt Achieving Data driven testing using CSV in Postman. I will strongly recommended to go through above two links to understand about Data driven testing of API. Instead of CSV , we will use JSON…

Read More “Postman Tutorial Part 45 – Data Driven Testing in Postman Using JSON File” »

Uncategorized

LeetCode Java Programs

Skip to content Problem Statement https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string containing letters from all the magazines, write a…

Uncategorized

Java Programs 16: Java Program to Find Length of String Without Using Length Method

Hello Programmers, An interview candidate was asked to write java code to find the length of given string WITHOUT USING LENGTH METHOD in Capgemini. In this post, I will find length of string without using Length method but using some other method. :-p There is another method in String class called lastIndexOf(). LastIndexOf() method: As…

Read More “Java Programs 16: Java Program to Find Length of String Without Using Length Method” »

Uncategorized

Javafaker API – Generate Real-Time Fake Data – Faker Class

I remember when I used to generate some random data with alphabets and numbers which were meaningless words like “Bjhet”, “Hyiue” etc. Generating some random data helps you to eliminate boilerplate codes or unnecessary headaches of maintaining data. For example:- If you need to register a user which requires first name, last name, age, address,…

Read More “Javafaker API – Generate Real-Time Fake Data – Faker Class” »

Uncategorized

XPath Method- string-length() – Usage in Locating Element

Hello Guys, I am going to explain the usage of a method named string-length() from XPath 1.0. This method is very useful to write advanced and dynamic locators. XPath 1.0 provides an overloaded method named string-length():- string-length(string) – returns length of given string string-length() – returns the length of the string specified by the context…

Read More “XPath Method- string-length() – Usage in Locating Element” »

Uncategorized

Selenium

An Introduction to Selenium – A set of Tools Architecture of Selenium Webdriver http://makeseleniumeasy.com/2017/03/21/installation-of-java-eclipse-and-selenium/ http://makeseleniumeasy.com/2017/03/24/setup-of-selenium-project-and-how-to-open-a-chrome-browser/ How To Launch Firefox Browser in Selenium WebDriver – Java Launch of Edge and Internet Explorer browser in Selenium 3 Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver All about WebDriver: Methods And Its Usages Why syntax…

Read More “Selenium” »

Uncategorized

TestNG Tutorials 41: Skipping a Test Conditionally in TestNG

Hello Folks, In this post we will learn below topics: 1. How to skip a test conditionally? 2. How conditionally skipped test is reported in TestNG report? 3. How to report conditionally skipped test case as failed in TestNG report instead of skipped? 4. What is SkipException class? 5. What is use of isSkip() method?…

Read More “TestNG Tutorials 41: Skipping a Test Conditionally in TestNG” »

Uncategorized

REST Assured Tutorial 6 – Interface in OOPS – Implement As You Wish

As a part of End to End REST Assured Tutorial , in this post We will learn about Interface in Java. I will strongly recommended you to go through the topic Abstraction – Hide the implementation before continuing this post. Let’s start with a real time example. You would be reading this post on a…

Read More “REST Assured Tutorial 6 – Interface in OOPS – Implement As You Wish” »

Uncategorized

Posts pagination

1 2 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark