Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: January 2025

RequestSpecification in rest assured

Skip to content Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn about class RequestSpecBuilder and… As a part of End to End REST Assured Tutorial , in this post We will learn about calling HTTP… Introduction As a part of End to End REST Assured Tutorial, in this…

Read More “RequestSpecification in rest assured” »

Uncategorized

API Testing Tutorial Part 7 – HTTP Status Code Must To Be Remembered

Hello Folks, As part of our API Testing series, we will see some important HTTP status codes in this post. This topic is very important for API testing. It is a frequently asked interview question as well. “Status” is what for everyone cares as it says what is output either negative or positive or partially….

Read More “API Testing Tutorial Part 7 – HTTP Status Code Must To Be Remembered” »

Uncategorized

Usage of Enum in Selenium WebDriver Scripts

An Enum in Java is a type which is used to define a collection of constants. For an example – We have fixed number of days in a week. We can use an Enum type in Java to store these days. In our Selenium WebDriver scripts, we may pass a browser name as a string…

Read More “Usage of Enum in Selenium WebDriver Scripts” »

Uncategorized

apply method in Function

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

Selenium Interview Question 9 – Difference Between getWindowhandle() and getWindowHandles()

As a part of Selenium Interview Questions series, in this post, we will learn differences between getWindowHandle() and getWindowHandles() in Selenium WebDriver. A window handle is a unique identifier that is assigned to each window created. Selenium WebDriver provides you two methods getWindowHandle() and getWindowHandles() which are used to get window handle/s. Differences between both…

Read More “Selenium Interview Question 9 – Difference Between getWindowhandle() and getWindowHandles()” »

Uncategorized

Handling Browser Window In Selenium Webdriver

Hello Folks, In this post, we will learn “Handling browser windows in Selenium webdriver.”. Consider an example. You are browsing a website and when you click on a link, it opens up a new browser window and display web page contains. Manually, you need to switch to new browser window to perform some actions. The…

Read More “Handling Browser Window In Selenium Webdriver” »

Uncategorized

Git Tutorial 11 – Git Pull – Download And Merge Changes From Remote Repository

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git pull“ in this post. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT Basic…

Read More “Git Tutorial 11 – Git Pull – Download And Merge Changes From Remote Repository” »

Uncategorized

Create a Map From Excel Data in Java – Selenium – API Automation

In this post, we will learn to create a Map from Excel data to use in scripts such as Selenium and Rest Assured tests. When we write a code, it may require some data to act on. For an example :- If we want to register a user on an application, we require some user…

Read More “Create a Map From Excel Data in Java – Selenium – API Automation” »

Uncategorized

TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method

Hello Folks, As part of ongoing series on DataProvider, we will learn “How does Encapsulation ( in OOPS concept) help in a DataProvider method? ” in this post. Encapsulation is an Object Oriented Programming concept which describes binding of related stuffs together under one roof. It makes easier to add , remove and modify members. For…

Read More “TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method” »

Uncategorized

REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?

As a part of the End to End REST Assured Tutorial, in this post, we will learn about JsonPath. If you are familiar with Xpath then you can understand JsonPath easily. The only difference is that XPath represents a path to reach a node in an XML document while JsonPath represents a path to reach a node…

Read More “REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?” »

Uncategorized

Posts pagination

Previous 1 … 5 6 7 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark