Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: April 2025

findElement() And findElements() Methods in Selenium WebDriver

A website is a collection of web pages and every webpage may contain multiple elements like buttons, text boxes, calendars, checkboxes, texts, links, headers etc. These elements are categorized as web elements in general. These elements are used to create the structure of a web page and to present some specific information. Let’s see a…

Read More “findElement() And findElements() Methods in Selenium WebDriver” »

Uncategorized

Git Tutorial 19 – Git Switch – Create and Switch Branches – An Alternative of Git Checkout

As a part of GIT Tutorials End To End, we will learn about the Git Switch command in this post. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT Basic Commands and Concepts section on my…

Read More “Git Tutorial 19 – Git Switch – Create and Switch Branches – An Alternative of Git Checkout” »

Uncategorized

Selenium Framework 4: Understand Linear Framework in Selenium

Hello Folks, In this post, we will learn about Linear Framework of Selenium webdriver. We know, any framework has three base components: Functionality, Code and Data. When we mix up all three base components at same place is called Linear framework. In fact it is not framework , it should be called as linear scripting….

Read More “Selenium Framework 4: Understand Linear Framework in Selenium” »

Uncategorized

API Testing

API Testing Tutorial Part 1 – What is An API (Application Programming Interface)? API Testing Tutorial Part 2 – Why is API Testing Important? API Testing Tutorial Part 3 – Understand Terms URN , URL ,URI & API API Testing Tutorial Part 4 – Understand Basics Of Http Methods – CRUD Operations API Testing Tutorial…

Read More “API Testing” »

Uncategorized

Postman Tutorial Part 10 – Sending PATCH Request in Postman

Hello Folks, As part of our API Testing series, we will see “Sending PATCH request in Postman”. First of all we need some APIs to test. There are many public APIs available which you can use for testing purpose. I will suggest you to register at below site to use free APIs for testing: GoRest API…

Read More “Postman Tutorial Part 10 – Sending PATCH Request in Postman” »

Uncategorized

TestNG Tutorials 64: Dependency in TestNG – ignoreMissingDependencies – Another Way of Achieving Soft Dependencies

Hello Folks, There are two types of dependencies in TestNG: 1. Hard Dependency : All the methods you depend on must have run and succeeded for you to run. If at least one failure occurred in your dependencies, you will not be invoked and marked as a SKIP in the report. 2. Soft Dependency : You will always be…

Read More “TestNG Tutorials 64: Dependency in TestNG – ignoreMissingDependencies – Another Way of Achieving Soft Dependencies” »

Uncategorized

#4. OAuth 2.0 Flow – What Is A Bearer Token?

I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that the client requests an access token from the Authorization server using the Authorization grant received in step B.  Access tokens can have different formats and structures. The bearer token is one of the access tokens. Video…

Read More “#4. OAuth 2.0 Flow – What Is A Bearer Token?” »

Uncategorized

Architecture of Selenium Webdriver

We have already seen a details explanation about Selenium. To summarize, Selenium is a suite of tools which automates browser or we can say automates the actions performed on browser. For example:- You launch a browser and load Gmail url. You provide username and password and gets signed in. All these are performed within a…

Read More “Architecture of Selenium Webdriver” »

Uncategorized

Learn Selenium With Quiz – Basic Level 2

I am again here with a new set of question related to Selenium WebDriver. I have included question mostly from Hierarchy of Classes and Interfaces in selenium WebDriver API. Hope it will be a good learning quiz for you. [qsm quiz=2]

Uncategorized

REST Assured Tutorial 30 – How To Create POJO Classes Of A JSON Array Payload

As a part of End to End REST Assured Tutorial , in this post We will learn to create a simple POJO class for a simple JSON Array payload. In previous post we have learnt about How to create POJO classes of a JSON Object Payload. If you are not aware of JSON Array then please refer…

Read More “REST Assured Tutorial 30 – How To Create POJO Classes Of A JSON Array Payload” »

Uncategorized

Posts pagination

Previous 1 2 3 4 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark