Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Java Programs 17: Java Program to Find Duplicate Elements in Each Row of 2D Array

Hello Programers, Problem: How to find duplicate values in each row of 2D array. For example , we have 2d array as below: [table id=5 /] Output should be : 4 , Because 4 is common in each row. Solution: This was really brainstorming as I want to avoid multiple for loops to solve this…

Read More “Java Programs 17: Java Program to Find Duplicate Elements in Each Row of 2D Array” »

Uncategorized

REST Assured Tutorial 43 – Get All Keys From A Nested JSON Object

We may get a nested JSON Object which may be dynamic. The dynamic response may include conditional keys and values. For example- A business class ticket will have more benefits than an economy class ticket. If we have an API that books a ticket then obviously we will have different JSON (Suppose JSON as format)…

Read More “REST Assured Tutorial 43 – Get All Keys From A Nested JSON Object” »

Uncategorized

fluentwait

We are exploring FluentWait of Selenium WebDriver in depth so that we can be fluent in FluentWait. If you have… Agenda :- Introduction of FluentWait Using FluentWait with a string Working mechanism of FluentWait FluentWait is the most powerful wait… Wait is a generic functional interface. A functional interface consists of only abstract method. Wait…

Read More “fluentwait” »

Uncategorized

TestNG Tutorials 20: Overriding Of Test Methods In TestNG Class

Hello Folks, We have seen how inheritance works in TestNg classes in this post.  In this post, we will see how overriding works in inherited TestNG classes. Create a super class as below: Now create a sub class where we will override one method from super class as below: Let’s run subclass as a testng…

Read More “TestNG Tutorials 20: Overriding Of Test Methods In TestNG Class” »

Uncategorized

identify angular

Skip to content As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application…

Uncategorized

how to install testng plugin in eclipse

Skip to content Let’s start with some questions :- I have installed TestNG but I am not getting TestNG annotation. Why? I have… When you create some TestNG tests and you want to run that test as a TestNG test in Eclipse, by…

Uncategorized

#1. What is Generics Class in Java?

Generics were introduced in Java 1.5 with the purpose of identifying probable run time errors related to type at compile time itself. It provides stronger type checks at compile-time and makes a class, interface and methods type-safe. It also eliminates explicit type casting. You will be aware of the below concepts at end of this…

Read More “#1. What is Generics Class in Java?” »

Uncategorized

protractr

Skip to content As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application… As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against…

Uncategorized

position in xpath

Skip to content XPath 1 provides a powerful function named “position()” . Before we move further, let’s get in to a scenario where… This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in…

Uncategorized

Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver

This post is updated with Selenium 4 changes in WebDriver hierarchy. There are many important classes and interfaces in Selenium WebDriver. In this post we will see hierarchy of classes and interface related to WebDriver interface. Understanding “Why” of a line of code is very much important and if you copy code from others without…

Read More “Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver” »

Uncategorized

Posts pagination

Previous 1 … 65 66 67 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark