Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File

In the previous post, we have learned Creating Log4j2 Maven Project With Default Configuration File. When we do not add any configuration file, Log4j2 provides default configuration and prints error and fatal logs on the standard console. In this post, we will add a user-defined XML configuration file. Did you know that I have started…

Read More “Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File” »

Uncategorized

REST Assured Tutorial 13 – How to write API Response in a JSON File

As a part of the End to End REST Assured Tutorial, in this post, We will learn to write API response to a JSON file in Rest Assured. We may require to store API JSON responses in to JSON files for future reference as a test result. It may also required to pass stored JSON…

Read More “REST Assured Tutorial 13 – How to write API Response in a JSON File” »

Uncategorized

#1. Difference Between List And Set In Java

A Collection in Java is an Object that represents a group of Objects and the Collection Framework consists of multiple classes and interfaces which can be used for various data manipulation operations. List and Set both are Interfaces in Java and extend the most basic interface Collection interface. We will learn the basic differences between…

Read More “#1. Difference Between List And Set In Java” »

Uncategorized

#1. LeetCode| Java 11 | String Programs | Easy | Sorting the Sentence

https://leetcode.com/problems/sorting-the-sentence/description/ Get all words from the given sentence. We will be required a data structure to store the words at their correct position. We can use an Array or Array List. Extract the index value from each word and use this index value to insert the word into the data structure. Join the words to…

Read More “#1. LeetCode| Java 11 | String Programs | Easy | Sorting the Sentence” »

Uncategorized

Postman Tutorial Part 44 – Data Driven Testing in Postman Using CSV File

Hello Folks, We have already seen How to read data from a csv file in Postman. I have not discussed a major purpose of usage of data files in Postman yet. We are going to learn about that in this post. The major usage of reading data from files such as JSON and CSV in…

Read More “Postman Tutorial Part 44 – Data Driven Testing in Postman Using CSV File” »

Uncategorized

#1. Java Program To Check Equality Of Two Arrays

Write a Java program to check if two arrays are equal or not. If you prefer watching YouTube video for this programming question then you can refer here:- Whenever programming questions are asked in interviews especially in startups and product-based companies, the interviewer expects you to ask questions to understand problems well instead of directly…

Read More “#1. Java Program To Check Equality Of Two Arrays” »

Uncategorized

Part 9: Usages Of Javascripts In Selenium: How To Scroll Page By Page In Selenium WebDriver Using Javascript

Hello Folks, In last post, we have learnt to scroll a web page by pixels. In this post, we will see how to scroll a web page , page by page. What is page in Web page? Follow below steps: Open browser and load url “http://www.makeseleniumeasy.com/“. Wait till page is loaded. Now press Key “Page…

Read More “Part 9: Usages Of Javascripts In Selenium: How To Scroll Page By Page In Selenium WebDriver Using Javascript” »

Uncategorized

4. Data Structure Programs – Delete Node From Unsorted LinkedList In Java

As a part of the Data structure for Testers series, in this post, we will learn to write a Java program to delete a node from a Linked List. Data Structure For Testers – Implement Linked List In Java Did you know that I have started a YouTube channel as well and I need your support to make it successful….

Read More “4. Data Structure Programs – Delete Node From Unsorted LinkedList In Java” »

Uncategorized

REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert

As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…

Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »

Uncategorized

How To Get Current URL Using JavaScript In Selenium Java?

Selenium WebDriver with Java already provides a method named getCurrentUrl() to get the currently loaded URL in a browser and I don’t see any scenario in which this method has not worked as expected. But sometimes in interviews, some tricky questions are asked. “How to get current URL of browser without using getCurrentUrl() method?” is…

Read More “How To Get Current URL Using JavaScript In Selenium Java?” »

Uncategorized

Posts pagination

Previous 1 … 45 46 47 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark