Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

REST Assured Tutorial 37 – @JsonInclude Annotation – Ignore Null & Empty Values In Payload

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of Jackson library which helps in eliminating default, null, empty, etc values. For this post, we will focus on excluding null and empty values in a payload. Since we are going to use an annotation provided by…

Read More “REST Assured Tutorial 37 – @JsonInclude Annotation – Ignore Null & Empty Values In Payload” »

Uncategorized

findElement

Skip to content We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways… Agenda :- Introduction of implicit wait Working of implicit wait Disadvantages of implicit wait? Previously we have seen “Using Thread.sleep()… A website is a collection of web pages and every webpage may…

Read More “findElement” »

Uncategorized

Postman Tutorial Part 3 – Sending First GET Request in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send GET request in the Postman tool.“ You should have a preferably native Postman app installed on your system. Restful-booker API GoRest API I will use below GET APIs for this post to show demo:- Get Booking – Get booking…

Read More “Postman Tutorial Part 3 – Sending First GET Request in Postman” »

Uncategorized

AutonomIQ ChroPath: XPath Guide for the beginners!!

ChroPath generates all possible selectors just by one click. It can also be used as an Editor to write your own xpath and cssSelector. ChroPath Studio helps to record all manual steps along with automation steps. With smart maintenance features, all xpaths can be verified from script in a single shot. ChroPath also supports iframe,…

Read More “AutonomIQ ChroPath: XPath Guide for the beginners!!” »

Uncategorized

Handling “This type of file can harm your computer.” Windows Dialog Box In Chrome Browser

Hello Folks, You might see below dialog box when you download any file in Chrome browser and it finds that it is harmful for your computer: This is a window/browser popup which can not be inspected. You can suppress this warning message using ChromeOptions. You need to set “safebrowsing.enabled” as true. Java Code: [java]import java.io.File;…

Read More “Handling “This type of file can harm your computer.” Windows Dialog Box In Chrome Browser” »

Uncategorized

rest assured tutorials

Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to parse a JSON… Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called… As a part of End to End REST Assured Tutorial, in this post, We will learn about…

Read More “rest assured tutorials” »

Uncategorized

Java Interview Questions

Java Interview Question – Explain System.out.println(arg) Java Interview Question – Explain public static void main(String[] args) Java Interview Question 3 – Can We Overload main Method in Java? Java Interview Question 4 – What is HashCode of an Empty String?

Uncategorized

REST Assured Tutorial 5 – Abstraction – Hide The Implementation

As a part of End to End REST Assured Tutorial , in this post We will learn about Abstraction in Java. If you are thinking why this topic is necessary , do not worry. I will connect all dots in upcoming posts. Abstraction is one of the pillar in Object Oriented Programming. Java is an…

Read More “REST Assured Tutorial 5 – Abstraction – Hide The Implementation” »

Uncategorized

REST Assured Tutorial 53 – How to create ResponseSpecification using ResponseSpecBuilder

As a part of End to End REST Assured Tutorial, in this post, we will learn to create a ResponseSpecification using ResponseSpecBuilder class in Rest Assured. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test You should go through below posts once to understand this post better:- Interface RequestSpecification –…

Read More “REST Assured Tutorial 53 – How to create ResponseSpecification using ResponseSpecBuilder” »

Uncategorized

Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman

Hello Folks, When we hit any API, we get some response along with status code, response time, headers etc. As of now we have verified it manually. Will it not be good if these assertion which we do manually should be auto performed once request is hit? A kind of automation testing of API. Consider…

Read More “Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman” »

Uncategorized

Posts pagination

Previous 1 … 25 26 27 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark