Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Are You Getting NullPointerException For Second TestNG Test While Running As A Suite?

Let’s look at some queries asked by people online below. When I am running my TestNG class individually then it is passing but when I run multiple TestNG classes together second TestNG class is failing with NullPointerException. The value assigned to a variable in @BeforeSuite method is not reflecting properly in @Test methods I encounter…

Read More “Are You Getting NullPointerException For Second TestNG Test While Running As A Suite?” »

Uncategorized

REST Assured Tutorial 74 – Problem With JSONassert While Ignoring Fields From JSON Documents

As a part of the End to End REST Assured Tutorial, in this post, we will learn about some challenges and its solution with JSON assert. I have covered concepts of JSONassert library which are used to compare JSON documents. But comparing JSON documents as a whole with some customization like ignoring some fields is not so…

Read More “REST Assured Tutorial 74 – Problem With JSONassert While Ignoring Fields From JSON Documents” »

Uncategorized

Cucumber Tutorial 2 – Setup a Basic Maven-Cucumber 5 -TestNG Project in Eclipse

*****Updated with latest version of Cucumber 5 ********* Cucumber 6 is on the way but many are still using Cucumber 1 ( info.cukes version). So in this post, I am going to explain An end to end basic Cucumber 5 maven project setup with Junit in Eclipse. Eclipse is an integrated development environment which can be…

Read More “Cucumber Tutorial 2 – Setup a Basic Maven-Cucumber 5 -TestNG Project in Eclipse” »

Uncategorized

REST Assured Tutorial 21 – Get & Assert Response Time Of Request

As a part of End to End REST Assured Tutorial , in this post We will learn about “Get and assert response time of Request in Rest Assured”. When a request is sent to a server, it responds with a response. The amount of time taken between sending a request to server and retrieving a response back…

Read More “REST Assured Tutorial 21 – Get & Assert Response Time Of Request” »

Uncategorized

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

Posts pagination

Previous 1 … 29 30 31 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark