Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Selenium Interview Questions

Introduction Selenium WebDriver with Java already provides a method named getCurrentUrl() to get the currently loaded URL in a browser… This is a frequent interview question asked to all levels of experience in Selenium WebDriver. If you face this question… Introduction We frequently used the below kinds of method chaining statements in Selenium WebDriver scripts….

Read More “Selenium Interview Questions” »

Uncategorized

Postman Tutorial Part 30-Extracting and Asserting Request & Response Headers in Postman

Hello Folks, In this post we will going to see some topics which are important to do validation in API testing. These are frequently asked interview questions in API Testing as well. What is a header in API? How to retrieve a request header? How to retrieve a response header? How to get all headers…

Read More “Postman Tutorial Part 30-Extracting and Asserting Request & Response Headers in Postman” »

Uncategorized

Part 1: Usages Of Javascripts In Selenium: Why We Need Javascript Commands In Selenium

Hello Folks, We will see series of posts on Usage of JavaScripts in Selenium. Let’s start with basics. What is JavaScript? Definition from JS offical website: “JavaScript (“JS” for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites.” I hope you should be aware of basic js. If not, you can…

Read More “Part 1: Usages Of Javascripts In Selenium: Why We Need Javascript Commands In Selenium” »

Uncategorized

REST Assured Tutorial 24 – Creating JSON Array Request Body Using List

As a part of End to End REST Assured Tutorial, in this post We will learn:- How to create a JSON Array Payload using List in Java. In the last post, we have learned creating JSON Object using Map. An API may accept a JSON Array payload as well. For example:- Booking for multiple passengers at…

Read More “REST Assured Tutorial 24 – Creating JSON Array Request Body Using List” »

Uncategorized

#3. Generic Interface In Java

As part of the Generics in Java series, we will learn below concepts in this post – Why do we a need generic interface? What is a generic interface? How to create a generic interface? How to implement a generic class of a generic interface? How to implement a non-generic class of a generic interface?…

Read More “#3. Generic Interface In Java” »

Uncategorized

Postman Tutorial Part 6 – Understand HTTP Headers in API

Hello Folks, We have already learnt about : Sending GET request in Postman. Sending POST request in Postman. If you notice, you can see a “Headers” tab in both request and response section of Postman. When you click on that tab you can see many key-value pairs. We will see about headers in this post….

Read More “Postman Tutorial Part 6 – Understand HTTP Headers in API” »

Uncategorized

#2. Creating Generic Class With Multiple Type Parameters

Generics were introduced in Java 1.5 with the purpose of identifying probable run time errors related to type at compile time itself. It provides stronger type checks at compile-time and makes a class, interface and methods type-safe. It also eliminates explicit type casting. In the last post, we already learnt about Generics and Generic class…

Read More “#2. Creating Generic Class With Multiple Type Parameters” »

Uncategorized

Core Java Quiz – 1 – Variables

Let’s attempt some basic Java questions and learn. [quiz-cat id=”7502″] If you have any doubt, feel free to comment below.If you like my posts, please like, comment, share and subscribe.#ThanksForReading #HappyLearning

Uncategorized

FREQUENTLY ASKED JAVA PROGRAMS 35 – Java Program to Reverse a String Using Stack

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 reverse a string using stack. Before we go for definition of Stack, let’s consider some examples:- Suppose you have X number of plates. You organise them as one at the top…

Read More “FREQUENTLY ASKED JAVA PROGRAMS 35 – Java Program to Reverse a String Using Stack” »

Uncategorized

REST Assured Tutorial 69 – Introduction To JsonAssert Library

As a part of the End to End REST Assured Tutorial, in this post, we will learn about the JSONassert Java library which is used to assert two JSONs. We may need to compare two JSONs during API testing. For example – If we are going to get the same JSON response for an API every time…

Read More “REST Assured Tutorial 69 – Introduction To JsonAssert Library” »

Uncategorized

Posts pagination

Previous 1 2 3 4 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark