Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: 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

Which Locator To Use? Read This Post.

Hello Folks, We have seen eight types of locators in Selenium Webdriver. Now we may confuse which locators we should use. It is frequently asked interview question as well. So, we will learn the orders we should use locators. Selenium web driver takes time to find web element which is more or less based on…

Read More “Which Locator To Use? Read This Post.” »

Uncategorized

TestNG Tutorials 17: Can @Test Annotation Be Used For A Class In TestNG?

Hello Folks, Let’s learn something new today. We have used @Test annotation on methods. Can we use @Test annotation on a class? Yes, We can use @Test annotation on class. Suppose, you need to write 10 @Test annotated method in a class.  Either you mark all methods as @Test annotated or directly annotate class itself as…

Read More “TestNG Tutorials 17: Can @Test Annotation Be Used For A Class In TestNG?” »

Uncategorized

Posts pagination

Previous 1 … 50 51 52 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark