Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

REST Assured Tutorial 65 – How to parse a JSON Object response to a Java Map in Rest Assured?

As a part of the End to End REST Assured Tutorial, in this post, we will learn to parse a JSON Object response to a Java Map in Rest Assured. It is not always necessary to convert the response to a POJO class instance to fetch values. We can cast or convert a JSON Object response into…

Read More “REST Assured Tutorial 65 – How to parse a JSON Object response to a Java Map in Rest Assured?” »

Uncategorized

Git Tutorial 8 – Git Push – Upload Committed Local Repository Changes To Remote Repository Branch

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git push“ in this post. Git Tutorial 4 – Create A New Git Repository – Git Init Command Git Tutorial 5 – Know The State Of Working Directory – Git Status Git Tutorial 6 – Git…

Read More “Git Tutorial 8 – Git Push – Upload Committed Local Repository Changes To Remote Repository Branch” »

Uncategorized

#2. What is the difference between ArrayList and LinkedList In Java?

Both ArrayList and LinkedList classes implement the List interface of Collections framework in Java. We should understand the difference between these two classes and choose what is best during usage. This is also a frequently asked interview question. ArrayList implements only the List interface while LinkedList implements List and Deque interfaces. ArrayList is a Resizeable…

Read More “#2. What is the difference between ArrayList and LinkedList In Java?” »

Uncategorized

TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works

Hello Folks, In last post, we have seen Why do we need to use DataProvider in TestNG. Now we will see a serie of posts on DataProvider. What is DataProvider? DataProvider is an annotation to mark a method as data provider which provides data as an array of array of Objects which can be used…

Read More “TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works” »

Uncategorized

PROTRACTOR TUTORIAL 2– Identify Angular and Non-angular Application

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. So before selecting Protractor as front end automation tool, you must need to find if your application is an Angular application or not….

Read More “PROTRACTOR TUTORIAL 2– Identify Angular and Non-angular Application” »

Uncategorized

TestNG Tutorials 23: @Test Annotation – Don’t Confuse TestNG With Duplicate Priorities

Hello Folks, We learn about priority of test methods in a TestNG class in this post. TestNG Tutorials 22: @Test Annotation – Games Of Priority Of Methods In TestNG Do you know that TestNG will execute methods in unexpected order if you provide duplicate priorities and can create a nightmare for you. We will see…

Read More “TestNG Tutorials 23: @Test Annotation – Don’t Confuse TestNG With Duplicate Priorities” »

Uncategorized

REST Assured Tutorial 63 – How to create JSON with date fields using POJO

As a part of the End to End REST Assured Tutorial, in this post, we will learn to create a POJO class for JSON consisting of date fields. { “firstname” : “Jim”, “lastname” : “Brown”, “checkin” : “2018-01-01”, “checkout” : “2019-01-01” } If you observe the above JSON carefully you will notice that we have “checkin” and…

Read More “REST Assured Tutorial 63 – How to create JSON with date fields using POJO” »

Uncategorized

Ways of Handling StaleElementReferenceException Without PageFactory

Hello Folks, Previously, I had published on Handling StaleElementReferenceException using PageFactory. But many people asked how to handle it if they do not use Page Factory design pattern. Understand StaleElementReferenceException through an image: You would have seen so many explanations of StaleElementReferenceException. I would like to explain in very simple words here. You mostly encounter StaleElementReferenceException when you…

Read More “Ways of Handling StaleElementReferenceException Without PageFactory” »

Uncategorized

Selenium Interview Question 7 – How to Select Last Five Checkboxes

This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in Selenium. Select last N elements or only odd elements or only even elements or second last elements etc. Answer of all questions will be originated from same point. In this post, I will explain selecting…

Read More “Selenium Interview Question 7 – How to Select Last Five Checkboxes” »

Uncategorized

TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way

Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can we install TestNG in eclipse. TestNG is a jar file. Any JAR file stands for Java ARchive which is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. We…

Read More “TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way” »

Uncategorized

Posts pagination

Previous 1 2 3 4 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark