Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

@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

How To Iterate Map In Java Using Stream and Lambda?

We learned to Iterate a Map In Java using keySet(), entrySet(), values(), and iterator(). In this post, We will learn how can we use Java 8 features like Lambda functions and Stream APIs. We can use forEach() method overridden in the HashSet class. It requires less code but you need to be aware of Lambda…

Read More “How To Iterate Map In Java Using Stream and Lambda?” »

Uncategorized

Plain Page Object Model In Selenium Webdriver (Without PageFactory)

Hello Folks, In last post, we have seen Introduction of Page Object Model in details. In this post we will see how to implement page object model in selenium webdriver. The main idea of POM is to separate web elements and test scripts to achieve one to many relationship. You define web element at single…

Read More “Plain Page Object Model In Selenium Webdriver (Without PageFactory)” »

Uncategorized

Posts pagination

Previous 1 … 63 64 65 … 157 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark