Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

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

API Testing Tutorial Part 12 – Tools For Manual & Automation API Testing

Hello Folks, As part of our API Testing series, we will see “Tools to test SOAP and REST APIs manually and automation”  in this post. There are many tools available for API testing in market with many advanced features. Some tools are free and some are paid. You get basic features when you use a free…

Read More “API Testing Tutorial Part 12 – Tools For Manual & Automation API Testing” »

Uncategorized

Java Interview Question – Explain System.out.println(arg)

Printing information while executing program is important. Like any other programming language, Java also provides a way to print desired thing on standard output. “System.out.println(arguments);” is a java statement to print passed argument on standard output stream which is by default console. We can also print in to a file which we will see later…

Read More “Java Interview Question – Explain System.out.println(arg)” »

Uncategorized

Learn Selenium With Quiz – Basic Level 5

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from Explicit wait concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: Explicit wait in Selenium WebDriver [qsm quiz=5]

Uncategorized

Frequently Asked Java Program 22: Java Program to Trim Whitespace From String Without Using Trim Method

Hello Folks, This interview question was asked in Deloitte.  Write a java program to Trim a given string without using inbuilt trim() method of String Class in Java. “trim()” method of String class trims leading and trailing whitespace/s of given string. It does not remove whitespace between words. We need to write logic to do so….

Read More “Frequently Asked Java Program 22: Java Program to Trim Whitespace From String Without Using Trim Method” »

Uncategorized

Posts pagination

Previous 1 … 18 19 20 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark