Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

How to Run/Install Jenkins on Apache Tomcat Server

Best definition of Jenkins I found at official Jenkins Doc :- Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with…

Read More “How to Run/Install Jenkins on Apache Tomcat Server” »

Uncategorized

scripts in postman

Skip to content Debugging and logging are very important when you are trying to develop/test something. During development or Testing of any software… If you think Postman is only for static or manual testing, you are not correct. We can do automation testing…

Uncategorized

Handling Non-Select or Any Types Of dropdown In Selenium Webdriver

Selenium WebDriver provides a special class called Select which can be used only for drop down created using Select tag. You can not use this class methods for a Non-Select drop downs. This is a major limitation of Select class. Drop downs in a website could be created in multiple ways. You will find maximum…

Read More “Handling Non-Select or Any Types Of dropdown In Selenium Webdriver” »

Uncategorized

stream api in selenium

Skip to content In previous post, we learnt to Retrieve text from a list of web elements using Java Stream APIs. You may… Stream API is the major feature introduced in Java 8. As an automation tester, if you think you don’t have…

Uncategorized

Postman Tutorial Part 40 – Collection Variables in Postman

We have already seen what are Global and Environment variables in Postman and its usage in creating parameterized requests. In this post, we will see another type of variables called Collection variables. Let’s consider some scenarios first:- If you have followed my posts in sequence, you must have seen that when we import a Collection…

Read More “Postman Tutorial Part 40 – Collection Variables in Postman” »

Uncategorized

#2. OAuth 2.0 Flow – Authorization Grants And Their Types

I have explained the Flow of OAuth 2.0 in the previous post. In Step B – Receive Authorization Grant, I mentioned that when A Client requests authorization from the resource owner and the resource owner authenticates successfully then an Authorization grant will be received by the Client. We will learn more about Authorization grants and their…

Read More “#2. OAuth 2.0 Flow – Authorization Grants And Their Types” »

Uncategorized

How To Launch Chrome Browser In Selenium WebDriver – Java

Selenium automates a browser. There are multiple browsers supported by Selenium WebDriver. Major browsers are – Google Chrome, Mozilla Firefox, Microsoft Internet Explorer, Microsoft Edge, Opera, and Safari. In this post, we will learn to “Launch a chrome browser in Selenium WebDriver 3 and 4“. First, check if you have a Chrome browser installed in your…

Read More “How To Launch Chrome Browser In Selenium WebDriver – Java” »

Uncategorized

Facts, Misconception & Myths About Selenium WebDriver

In this post, we will see some facts,misconceptions and myths about Selenium WebDriver which you may be keep encountering around:- You can become an Automation Tester after learning Selenium only. – Hmm, not true. If you want to work on Selenium-Python, first learn Selenium-Java. It is absolutely not like that. “Selenium” is neither the entry…

Read More “Facts, Misconception & Myths About Selenium WebDriver” »

Uncategorized

Handling Dropdown in Selenium WebDriver

Part 1: Handling Drop-down Created Using SELECT Tag In Selenium Part 2: Handling Single Select Drop-down Created Using SELECT Tag Part 3: Handling Multi Select Drop-down Created Using SELECT Tag Handling Calendar Which Has Year & Month As Drop down In Selenium Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text…

Read More “Handling Dropdown in Selenium WebDriver” »

Uncategorized

API Testing – REST Assured – Page 6

As a part of End to End REST Assured Tutorial , in this post We will write first PUT request in… As a part of End to End REST Assured Tutorial , in this post We will write first POST request in… As a part of End to End REST Assured Tutorial , in this post We…

Read More “API Testing – REST Assured – Page 6” »

Uncategorized

Posts pagination

Previous 1 … 43 44 45 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark