Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

api testing

#api #apitesting #java #json #jsonpath #jsonpayload An API needs to be tested for a different set of payloads or scenarios.… We have seen several types of variables in Postman already in previous posts. In this post, we will learn about… We have already learnt storing and accessing variables in different ways like Global variables, Environment…

Read More “api testing” »

Uncategorized

How To Type, Retrieve and Clear values from the Text box and Text Area in Selenium WebDriver

A text box or an input box with free text is a very common web element on a web page. Generally, we type some values into a text box, retrieve typed value or delete typed values from it. A text box may also put some restrictions like a maximum length of allowed values, allowed characters…

Read More “How To Type, Retrieve and Clear values from the Text box and Text Area in Selenium WebDriver” »

Uncategorized

How Page Factory In Selenium WebDriver Performs Lazy Initialization

Hello Folks, We have seen some posts on Page Object Model and Page Factory in Selenium in previous posts. We will see some interesting facts about Page Factory in this post. Do you know that Page Factor perform lazy initialization? We will see how. When we use “initElements” method of PageFactory, all page objects of…

Read More “How Page Factory In Selenium WebDriver Performs Lazy Initialization” »

Uncategorized

Frequently Asked Java Program 24: Java Program to Capitalize First Character of Each Word in a String Sentence

make selenium easy Make Selenium Easy Convert first character of each word into upper case. Solution: Logic: A sentence is a collection of words generally separated by a white space. We can extract words of given sentence using split method.  Now extract first character of first word and check if it is not uppercase already….

Read More “Frequently Asked Java Program 24: Java Program to Capitalize First Character of Each Word in a String Sentence” »

Uncategorized

TestNG Tutorials 49: Need of DataProvider Method in TestNG

Hello Folks, TestNG provides a beautiful functionality to parameterized our configuration and test methods so that we can execute the same test script with different set of data. To make a method (Configuration and Test) parameterized , we use “Parameters” annotation. If we make a method parameterized, we must need to pass parameters values from…

Read More “TestNG Tutorials 49: Need of DataProvider Method in TestNG” »

Uncategorized

Create A List Of Map From Excel Data In Java – Selenium – API Automation

In this post, we will learn to fetch excel data in a List of Map to achieve Data Driven Testing for Selenium or API automation scripts. Consider a scenario in which we need to register multiple users with different data. In short need to run a script for different data sets at once. We mostly…

Read More “Create A List Of Map From Excel Data In Java – Selenium – API Automation” »

Uncategorized

DataProvider Concept in TestNG

TestNG Tutorials 49: Need of DataProvider Method in TestNG TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class TestNG Tutorials 53: DataProvider…

Read More “DataProvider Concept in TestNG” »

Uncategorized

TestNG Tutorials 4: Why TestNG Is Called A Testing Framework?

Hello Folks, You might be asked in selenium interviews, “Why TestNG is called a testing framework?”. Why TestNg is called “Testing Framework“? TestNG, where NG stands for “Next Generation”. TestNG is a testing framework to perform unit, functional, end-to-end, integration, etc testing. This library helps you in writing automated tests. Suppose, you are launching a URL…

Read More “TestNG Tutorials 4: Why TestNG Is Called A Testing Framework?” »

Uncategorized

ElementClickInterceptedException – Element click intercepted – not clickable at point – Other element would receive the click

ElementClickInterceptedException – A very common exception in Selenium scripts and we try to solve this exception without knowing the cause of occurring it. People put wait or wait for element to be clickable or JavaScript which is very common. Let’s replicate the same exception in a scenario :- Open Google. Type “Facebook” in search box….

Read More “ElementClickInterceptedException – Element click intercepted – not clickable at point – Other element would receive the click” »

Uncategorized

postman tutorials

API Testing is a must to have skills for testers nowadays. I have tried to cover the Basics of API,… As a part of Postman Tutorial – End to End , in this post, we will learn “How to retrieve request body… We have already learnt about all types of variables in Postman in Postman Series on…

Read More “postman tutorials” »

Uncategorized

Posts pagination

Previous 1 … 13 14 15 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark