Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

REST Assured Tutorial 35 – De-Serialization – JSON Object To Java Object Using Gson API

As a part of End to End REST Assured Tutorial, in this post, We will learn the “De-Serialization” concept where we will create Java Object from JSON Objects using the Gson library. Previously we learned Serialization – Java Object To JSON Object Using Gson API. We have learned about POJOs in the previous posts. If you have…

Read More “REST Assured Tutorial 35 – De-Serialization – JSON Object To Java Object Using Gson API” »

Uncategorized

Postman Tutorial Part 2 – Installation of Postman Tool – Chrome App, Native App and Web app

As a part of Postman Tutorial – End to End, in this post, we will learn the “Installation of Postman Tool as a Chrome app, Native app and web version” Initially, the Postman tool was introduced as an extension/app of the Chrome browser. Postman Chrome app can run only on the chrome browser which was a critical limitation….

Read More “Postman Tutorial Part 2 – Installation of Postman Tool – Chrome App, Native App and Web app” »

Uncategorized

Storing Web Table With Pagination Data Into List Of Map – Java

A Web Table with pagination is very common in an application. In this post we will learn how to store all rows and columns of a Web Table with pagination in a List of Map using Java. Already we have learnt :- Storing Web Table Data Into List Of Map – Java Storing Web Table…

Read More “Storing Web Table With Pagination Data Into List Of Map – Java” »

Uncategorized

REST Assured Tutorial 47 – Fetch Value From Nested JSON Array Using JsonNode – Jackson – At() Method

As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON Array as JsonNode to fetch values of different types. Creating POJO classes for parsing a JSON to fetch values may not be easy all the time especially when you have lengthy nested JSON and dynamic JSON. Instead, we can…

Read More “REST Assured Tutorial 47 – Fetch Value From Nested JSON Array Using JsonNode – Jackson – At() Method” »

Uncategorized

FluentWait Vs WebDriverWait in Selenium WebDriver

“FluentWait Vs WebDriverWait” , A hot topic in Selenium WebDriver but still confuses many. Let’s see if I can help you to understand the difference between these two. Class WebDriverWait is a disciplined child (Specialization) of Class FluentWait and grand child of interface Wait. In short, Class FluentWait implements Wait interface and WebDriverWait extends FluentWait….

Read More “FluentWait Vs WebDriverWait in Selenium WebDriver” »

Uncategorized

Using Thread.sleep() in Selenium WebDriver

Agenda: Need of wait statements in Selenium WebDriver scripts Introduction of NoSuchElementException Types of wait provided by Java and Selenium WebDriver Introduction of Thread.sleep() method Working of Thread.sleep() Disadvantages of using Thread.sleep() in selenium scripts Let’s write a simple selenium WebDriver scripts as per given scenario :- Launch a chrome browser. Load “https://www.redbus.in/” URL. Locate…

Read More “Using Thread.sleep() in Selenium WebDriver” »

Uncategorized

Interview Experience

Introduction As part of the Interview Experience series, in this post, we will see an interview experience in Morgan Stanley… Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public… Following is a list of basic questions of Selenium WebDriver – Java. It will help…

Read More “Interview Experience” »

Uncategorized

Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver

Hello Folks, We generally used some methods for Eg. isDisplayed(), presenceOfXXXX(), visibilityOfXXXX() etc while developing test scripts.  All methods look similar but do you know there are some differences among them. We will learn about those differences in this post. isDispalyed(): This method checks whether or not the element is displayed in visible area of…

Read More “Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver” »

Uncategorized

Selenium Code Practice – Get All Product Names Of Google Home Page

This selenium scripting question is asked to beginners and intermediate-level professionals. The detailed problem statement is as below:- Launch Google Home page URL. Click on “Google Apps” Icon. Print all product names. This looks simple but it has multiple Selenium concepts involved and that makes this question perfect for interviews. Did you know that I…

Read More “Selenium Code Practice – Get All Product Names Of Google Home Page” »

Uncategorized

Postman Tutorial Part 12 – Understand Environment & Variables in Postman

A variable is a container which holds information that could be changed. If you have basic programming knowledge, you must have used variables in your programs. Suppose you are developing a banking application. There are some values which will be used throughout the application or some values unique to a functionality. If you hardcode those…

Read More “Postman Tutorial Part 12 – Understand Environment & Variables in Postman” »

Uncategorized

Posts pagination

Previous 1 … 34 35 36 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark