Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Independent-dependent concept in XPath Expression

Hello Folks, I will explain independent-dependent concept in writing XPath expression. Consider below scenario: You need to get the displayed price of iPhone 7 of all variants on Flipkart website. As we know price will vary based on model number, memory, color etc. Even price may change also with time or when some sale in…

Read More “Independent-dependent concept in XPath Expression” »

Uncategorized

Where Does PageFactory Suck – Selenium WebDriver – Java

Implementation of Page Object Model using PageFactory is popular while creating automated test scripts using Selenium WebDriver – Java. But it sucks at many places as it limits usage in a way and behaves differently. To use PageFcatory we need to declare fields with types as WebElement and List in Page Objects class using annotations…

Read More “Where Does PageFactory Suck – Selenium WebDriver – Java” »

Uncategorized

Git Tutorial 13 – What Is A Branch In Git?

As a part of GIT Tutorials End To End, we will learn about branching concepts of Git 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 13 – What Is A Branch In Git?” »

Uncategorized

How to Fluent With FluentWait in Selenium WebDriver? – Part 1

Introduction of FluentWait Using FluentWait with a string Working mechanism of FluentWait FluentWait is the most powerful wait mechanism provided by Selenium WebDriver but we may not able to take its whole advantages without knowledge of working mechanism of it. Official document of FluentWait says that :- Each FluentWait instance defines the maximum amount of…

Read More “How to Fluent With FluentWait in Selenium WebDriver? – Part 1” »

Uncategorized

Selenium Code Snippets

Introduction When we launch the browser in Selenium generally maximize the browser. But sometimes we may need to explicitly set… Introduction This selenium scripting question is asked to beginners and intermediate-level professionals. The detailed problem statement is as below:- Launch… This is a frequent interview question asked to all levels of experience in Selenium WebDriver….

Read More “Selenium Code Snippets” »

Uncategorized

REST Assured Tutorial 31 – How To Create POJO Classes Of A Nested JSON Payload

As a part of End to End REST Assured Tutorial , in this post We will learn to create a POJO classes for a nested JSON payload. We already know now :- Now we will make it complex by nesting JSON Object and JSON arrays which we see in real time while working. { “companyName”: “MSE”, “companyHOCity”: “Benagluru”,…

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

Uncategorized

Wildcard characters in XPath – Selenium WebDriver

We generally use an asterisk (*) while writing XPaths. This is called a Wildcard character. An asterisk in XPath may represent any node or attribute name of XML or DOM. A node is a tag in XML document. When we do not bother about node or attribute name we can use an asterisk. For example:-…

Read More “Wildcard characters in XPath – Selenium WebDriver” »

Uncategorized

What will happen if we pass NULL as argument in sendKeys() method Of Selenium WebDriver

Hello Guys, We will learn a small topic which is also an interview question in this post. What will happen if we pass NULL as argument in sendKeys() method? Above question has two answers based on how you are passing null values to sendKeys method. Way 1: Passing null directly to sendKeys method as sendKeys(null). …

Read More “What will happen if we pass NULL as argument in sendKeys() method Of Selenium WebDriver” »

Uncategorized

Frequently Asked Java Program 11: Find Position Of Letter In Alphabet

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a Java program to Find Position Of Letter In Alphabet. Problem: Accept a letter from user and print position of input letter in alphabet. Example: A has 1st position in alphabet. B has 2nd position in…

Read More “Frequently Asked Java Program 11: Find Position Of Letter In Alphabet” »

Uncategorized

Amod Mahajan

#api #apitesting #java #json #jsonpath #jsonpayload An API needs to be tested for a different set of payloads or scenarios.… Earlier when we used to perform any git actions such as pushing code from the local repository to a GitHub… LeetCode Problem Link https://leetcode.com/problems/sorting-the-sentence/description/ Problem Statement Problem Solution YouTube Video Logic step by step Get…

Read More “Amod Mahajan” »

Uncategorized

Posts pagination

Previous 1 … 23 24 25 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark