Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

Postman Tutorial Part 17 – Creating a Collection In Postman

How to create a collection in Postman? In how many ways, we can create a collection in Postman? How to make a collection as Favourite in Postman? How to save a request in Postman? In how many ways, we can save a request in Postman? A Postman collection allows you to group individual pre-built requests…

Read More “Postman Tutorial Part 17 – Creating a Collection In Postman” »

Uncategorized

oauth

Introduction A refresh token is a credential that is used to generate a new access token. I have already explained… Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that… Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step…

Read More “oauth” »

Uncategorized

getOrDefault in map

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

FluentWait in selenium webdriver

Skip to content We are exploring FluentWait of Selenium WebDriver in depth so that we can be fluent in FluentWait. If you have… Agenda :- Introduction of FluentWait Using FluentWait with a string Working mechanism of FluentWait FluentWait is the most powerful wait…

Uncategorized

Posts pagination

Previous 1 … 62 63 64 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark