Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

Git Tutorial 27 – How To Revert Changes In File Using Git Checkout and Git Restore Commands

As a part of GIT Tutorials End To End, we will learn to revert changes in a file using Git checkout and Git restore commands. 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 27 – How To Revert Changes In File Using Git Checkout and Git Restore Commands” »

Uncategorized

Frequently Asked Java Programs: 34 – Java Program to Check if Two Strings are Anagram

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 check if two given strings are anagram. Two words are called Anagrams if they have the same characters with same number of occurance. For example:- SILENT and LISTEN are anagrams. We…

Read More “Frequently Asked Java Programs: 34 – Java Program to Check if Two Strings are Anagram” »

Uncategorized

REST Assured Tutorial 45 – Fetch Value From Nested JSON Object Using JsonNode – Jackson – at() Method

As a part of End to End REST Assured Tutorial, in this post, we will parse a nested JSON objects as JsonNode to fetch values of different types. Creating POJO classes for parsing a JSON to fetch values may not be easy all the time especially when you have lengthy nested JSON. Instead, we can use…

Read More “REST Assured Tutorial 45 – Fetch Value From Nested JSON Object Using JsonNode – Jackson – at() Method” »

Uncategorized

Test Automation Framework – A Platform To Develop Test Scripts

“Could you please explain your test automation framework?” Many of us start explaining the “Creation of Test Scripts” instead of “Test Automation Framework“. Yes- Both are not the same. The above image is of a railway platform. Any train can use this platform. The reason is that a railway platform is designed in a way…

Read More “Test Automation Framework – A Platform To Develop Test Scripts” »

Uncategorized

Postman Tutorial Part 54 – Chaining Requests or Data Sharing among requests in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn Data sharing among requests or chaining requests in Postman. When we create an account on Facebook then we need to use the same email id and password whenever we need to login to Facebook. If we consider “Registering a user…

Read More “Postman Tutorial Part 54 – Chaining Requests or Data Sharing among requests in Postman” »

Uncategorized

Frequently Asked Java Program 26: Java Program to Find Occurrence of Each Char in a Given String Without Using Collection

Write a program to print occurrence of each character in given string without using Collection. Example:- Please enter the string to find occurrence of each char: Make Selenium Easy You entered: Make Selenium Easy Occurrence of M : 2 Occurrence of A : 2 Occurrence of K : 1 Occurrence of E : 4 Occurrence…

Read More “Frequently Asked Java Program 26: Java Program to Find Occurrence of Each Char in a Given String Without Using Collection” »

Uncategorized

Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver?

Hello Folks, We are learning about Page Object Model in selenium in previous posts. This is another part of that. Selenium webdriver has inbuilt page object model which is called Page Factory where we write web elements(Page Objects) with it locators using annotation @FindBy. Does FindBy annotation mandatory for Page Factory? Answer is NO. We…

Read More “Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver?” »

Uncategorized

Handling Javascript Alerts/Popups In Selenium Webdriver

Hello Folks, In last post, we have seen handing of website popups in selenium webdriver. In this post, we will see how to handle JavaScript popups in selenium webdriver. Types of JavaScript popups: There are three types of popups in JavaScript which are given below: Alert popup Confirm popup Prompt popup Alert popup: It is a simple…

Read More “Handling Javascript Alerts/Popups In Selenium Webdriver” »

Uncategorized

TestNG Tutorials 12: How To Run Inner TestNG Class From TestNG.xml ?

Hello Folks, We will see an interesting topic in this post. We can create an inner TestNG class as well like any normal inner class in Java. An example is as below: Let’s try to generate a testng.xml for this: TestNG includes outer and inner class names default. That’s good. Happy. Now run above testng.xml:…

Read More “TestNG Tutorials 12: How To Run Inner TestNG Class From TestNG.xml ?” »

Uncategorized

Frequently Asked Java Program 18: Java Program to Reverse Every Word of a String

Hello Programmers, “Java Program to Reverse Every Word of a String” is frequently asked programming interview questions to freshers and experienced. I will try here to explain logic in simple steps so that you do not need to remember lines of code. Just implement the logic and you can code it.  Problem statement: Original string     …

Read More “Frequently Asked Java Program 18: Java Program to Reverse Every Word of a String” »

Uncategorized

Posts pagination

Previous 1 … 6 7 8 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark