Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

How Much Java Required For Selenium?

“How much Java I need to learn for selenium with Java binding?” is mostly asked question by a Professional who wants to learn Selenium with Java. If you want to put a cap on knowledge, you will be always an average knowledgeable professional. Selenium with Java binding is a Java library which means it has…

Read More “How Much Java Required For Selenium?” »

Uncategorized

node tutorials

Skip to content Hello Folks, In last post we have seen how can we install NodeJS package locally and globally. In this post… Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will…

Uncategorized

REST Assured Tutorial 40 – @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization or Both

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called @JsonIgnoreProperties of Jackson library which helps in restricting properties of a POJO class from serialization or deserialization or both at the class level or property level. You must refer below these prerequisite posts to understand this concept…

Read More “REST Assured Tutorial 40 – @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization or Both” »

Uncategorized

MSE-ReadyToUseSeleniumCode – Storing Web Table Data Into List Of Map – Java

I started a series of “Ready To Use Selenium Java Code”. In the first post in this series, we will learn “Storing a Web table data in to a List of Map using Selenium-Java.”. A table is made of rows and columns. When we create a table for a web page, that is called as…

Read More “MSE-ReadyToUseSeleniumCode – Storing Web Table Data Into List Of Map – Java” »

Uncategorized

Smoke , Sanity And Regression Testing: Story Of Siblings

There are three most confusing terms for Testers including both beginner and experienced: Smoke Testing or suite Sanity Testing or suite Regression Testing or suite We always use these words wrongly but we do work correctly. People understands what they need to test and they do it but confuse with words. I will try best…

Read More “Smoke , Sanity And Regression Testing: Story Of Siblings” »

Uncategorized

How PageFactory Could Help to Handle StaleElementReferenceException

Already , I have covered cause and ways of handling StaleElementReferenceException in detail. You can find the link of that post below:- StaleElementReferenceException – Element’s “Reference” Stales – Get New Reference Of Element Above post gives you a detailed information about :- What is StaleElementReferenceException? What are causes of StaleElementReferenceException ? What are the ways…

Read More “How PageFactory Could Help to Handle StaleElementReferenceException” »

Uncategorized

nodejs

Hello Folks, In last post we have seen how can we install NodeJS package locally and globally. In this post… Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will… Hello Folks, In last post, we have seen about Introduction & Installation of NodeJS. In…

Read More “nodejs” »

Uncategorized

REST Assured Tutorial 65 – How to parse a JSON Object response to a Java Map in Rest Assured?

As a part of the End to End REST Assured Tutorial, in this post, we will learn to parse a JSON Object response to a Java Map in Rest Assured. It is not always necessary to convert the response to a POJO class instance to fetch values. We can cast or convert a JSON Object response into…

Read More “REST Assured Tutorial 65 – How to parse a JSON Object response to a Java Map in Rest Assured?” »

Uncategorized

Git Tutorial 8 – Git Push – Upload Committed Local Repository Changes To Remote Repository Branch

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git push“ in this post. Git Tutorial 4 – Create A New Git Repository – Git Init Command Git Tutorial 5 – Know The State Of Working Directory – Git Status Git Tutorial 6 – Git…

Read More “Git Tutorial 8 – Git Push – Upload Committed Local Repository Changes To Remote Repository Branch” »

Uncategorized

#2. What is the difference between ArrayList and LinkedList In Java?

Both ArrayList and LinkedList classes implement the List interface of Collections framework in Java. We should understand the difference between these two classes and choose what is best during usage. This is also a frequently asked interview question. ArrayList implements only the List interface while LinkedList implements List and Deque interfaces. ArrayList is a Resizeable…

Read More “#2. What is the difference between ArrayList and LinkedList In Java?” »

Uncategorized

Posts pagination

Previous 1 … 5 6 7 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark