Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Git Tutorial 11 – Git Pull – Download And Merge Changes From Remote Repository

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git pull“ 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…

Read More “Git Tutorial 11 – Git Pull – Download And Merge Changes From Remote Repository” »

Uncategorized

Create a Map From Excel Data in Java – Selenium – API Automation

In this post, we will learn to create a Map from Excel data to use in scripts such as Selenium and Rest Assured tests. When we write a code, it may require some data to act on. For an example :- If we want to register a user on an application, we require some user…

Read More “Create a Map From Excel Data in Java – Selenium – API Automation” »

Uncategorized

TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method

Hello Folks, As part of ongoing series on DataProvider, we will learn “How does Encapsulation ( in OOPS concept) help in a DataProvider method? ” in this post. Encapsulation is an Object Oriented Programming concept which describes binding of related stuffs together under one roof. It makes easier to add , remove and modify members. For…

Read More “TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method” »

Uncategorized

REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?

As a part of the End to End REST Assured Tutorial, in this post, we will learn about JsonPath. If you are familiar with Xpath then you can understand JsonPath easily. The only difference is that XPath represents a path to reach a node in an XML document while JsonPath represents a path to reach a node…

Read More “REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?” »

Uncategorized

TestNG Tutorials 68 : Sharing Data Between Tests in a Suite Using ISuite & ITestContext

As a part of TestNG Tutorials, in this post we will see “How to share data or state among test in a suite?”. We have covered below topics as of now:- Sharing data between @Test annotated method using static variable concept Sharing data between @Test annotated method using ITestContext Let’s understand what actually I want…

Read More “TestNG Tutorials 68 : Sharing Data Between Tests in a Suite Using ISuite & ITestContext” »

Uncategorized

Frequently Asked Java Program 06: Print a Floyd Triangle of given number of rows

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 Print a Floyd Triangle of given number of rows. Problem: Write a java program to print a Floyd’s triangle for a given number of rows. Solution: Floyd’s triangle is a right-angled triangular…

Read More “Frequently Asked Java Program 06: Print a Floyd Triangle of given number of rows” »

Uncategorized

ThreadLocal Static WebDriver For Parallel Execution

In previous post, we learnt How a static WebDriver reference created problems in parallel execution. We will see solution of those problems in this post. Please note I am exclusively using a static WebDriver reference but similar solution will be applicable for any static reference. Solution I have already discussed in my previous post. We…

Read More “ThreadLocal Static WebDriver For Parallel Execution” »

Uncategorized

JVM , JRE & JDK – Understand & Differentiate in Simple Words

This is a frequently asked interview question of Java because people always gets confused with these terms and used interchangeably. I will try to explain these terms in easy words. There are three stages for writing a code in any programming language – Development , Compilation and Execution. In Java programming language, there are three…

Read More “JVM , JRE & JDK – Understand & Differentiate in Simple Words” »

Uncategorized

Frequently Asked Java Program 19: Java Program to Reverse Position of Words in a String

Write a Java program to reverse position of words in given string i.e. word at first position in string should be at last position in string. Input String: You are awesome Output String: awesome are You Solution: It is a very easy program. You just need understanding of splitting a string, array and for loop…

Read More “Frequently Asked Java Program 19: Java Program to Reverse Position of Words in a String” »

Uncategorized

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

Posts pagination

Previous 1 … 65 66 67 … 157 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark