Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: January 2025

getOrDefault

Skip to content Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public…

Uncategorized

API Testing Tutorial Part 9 – Difference Between REST and RESTFul API

Hello Folks, As part of our API Testing series, we will see “Difference between REST and RESTFul API” in this post. This is frequently asked interview question in interviews and I see people are confused with terms. We will learn about them in a very easy way. You must go through with basics of REST…

Read More “API Testing Tutorial Part 9 – Difference Between REST and RESTFul API” »

Uncategorized

make selenium easy selenium interview question

Skip to content Company Name :- GenpactDate :- Dec – 2019Experience Level: – 2 – 5 YearsLocation– BengaluruMode : – F2F GENPACT interview Questions:… Company Name :- InfogainDate :- Nov– 2019Experience Level: – 2 – 4 YearsLocation– BengaluruMode : – Telephonic Below questions were…

Uncategorized

java interview question

As a part of Java Interview Questions, in this post, we will see an interview question which I faced in… As a part of Java Interview Questions, in this post, we will see a frequently asked interview question “Can we… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in…

Read More “java interview question” »

Uncategorized

Frequently Asked Java Programs: 32 – Swap Two String Variables Without Using Third Variable

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program to swap two String variables without using third variable. Problem Statement:- Before Swapping: String s1= “Java”; String s2= “Selenium”; After Swapping: String s1= “Selenium”; String s2= “Java”; We have already seen Swapping…

Read More “Frequently Asked Java Programs: 32 – Swap Two String Variables Without Using Third Variable” »

Uncategorized

JSON with JSONPath

Skip to content Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to learn more JsonPath… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to write JsonPath for… Introduction As a part of the End to End REST Assured Tutorial, in…

Read More “JSON with JSONPath” »

Uncategorized

@JsonInclude in jackson

Skip to content As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of Jackson… As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of…

Uncategorized

TestNG Tutorials 57: DataProvider in TestNG – Passing External Data File Name to DataProvider Method Using TestNG xml

In last post, we have learnt how can we make parameterized DataProvider method in TestNG to provide test data to multiple Test methods from single DataProvider method. Let’s make it more customised. Suppose you need to read data from external file like Excel, properties file etc in a DataProvider method. The name of external file…

Read More “TestNG Tutorials 57: DataProvider in TestNG – Passing External Data File Name to DataProvider Method Using TestNG xml” »

Uncategorized

Introduction Of Page Object Model In Selenium WebDriver: Advantages And disadvatages

Hello folks, In this post, we will see below topics: Why we need Page Object Model? What is Page Object Model and its advantages? Why we need Page Object Model? When you write a code, it must have below properties: Easy to understand. Easy modifications. Proper categorization. Anybody should be able to locate desired lines…

Read More “Introduction Of Page Object Model In Selenium WebDriver: Advantages And disadvatages” »

Uncategorized

getOrDefault in java

Skip to content Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public…

Uncategorized

Posts pagination

Previous 1 … 3 4 5 … 7 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark