Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Frequently Asked Java Program 30: Java Program to Find Distinct Characters In Given String

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 Distinct Characters In Given String. Problem Statement: User input: Make Selenium Easy Output: K L N I U Y Problem Solution:  Logic: Convert input string in to same case either upper…

Read More “Frequently Asked Java Program 30: Java Program to Find Distinct Characters In Given String” »

Uncategorized

Different Ways Of Iterating Map In Java – Including forEach() and stream() Of Java 8

Map in Java is an interface. It stores data as key-value pair. We will learn different ways to iterate over Map including Java 8 stream() and forEach(). The Map is an interface in Java which can be used to store data as key-value pairs. If we want to store details of a person such as…

Read More “Different Ways Of Iterating Map In Java – Including forEach() and stream() Of Java 8” »

Uncategorized

getOrDefault

Skip to content Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public…

Uncategorized

API Testing Tutorial Part 9 – Difference Between REST and RESTFul API

Hello Folks, As part of our API Testing series, we will see “Difference between REST and RESTFul API” in this post. This is frequently asked interview question in interviews and I see people are confused with terms. We will learn about them in a very easy way. You must go through with basics of REST…

Read More “API Testing Tutorial Part 9 – Difference Between REST and RESTFul API” »

Uncategorized

make selenium easy selenium interview question

Skip to content Company Name :- GenpactDate :- Dec – 2019Experience Level: – 2 – 5 YearsLocation– BengaluruMode : – F2F GENPACT interview Questions:… Company Name :- InfogainDate :- Nov– 2019Experience Level: – 2 – 4 YearsLocation– BengaluruMode : – Telephonic Below questions were…

Uncategorized

java interview question

As a part of Java Interview Questions, in this post, we will see an interview question which I faced in… As a part of Java Interview Questions, in this post, we will see a frequently asked interview question “Can we… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in…

Read More “java interview question” »

Uncategorized

Frequently Asked Java Programs: 32 – Swap Two String Variables Without Using Third Variable

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 swap two String variables without using third variable. Problem Statement:- Before Swapping: String s1= “Java”; String s2= “Selenium”; After Swapping: String s1= “Selenium”; String s2= “Java”; We have already seen Swapping…

Read More “Frequently Asked Java Programs: 32 – Swap Two String Variables Without Using Third Variable” »

Uncategorized

JSON with JSONPath

Skip to content Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to learn more JsonPath… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to write JsonPath for… Introduction As a part of the End to End REST Assured Tutorial, in…

Read More “JSON with JSONPath” »

Uncategorized

@JsonInclude in jackson

Skip to content As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of Jackson… As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of…

Uncategorized

TestNG Tutorials 57: DataProvider in TestNG – Passing External Data File Name to DataProvider Method Using TestNG xml

In last post, we have learnt how can we make parameterized DataProvider method in TestNG to provide test data to multiple Test methods from single DataProvider method. Let’s make it more customised. Suppose you need to read data from external file like Excel, properties file etc in a DataProvider method. The name of external file…

Read More “TestNG Tutorials 57: DataProvider in TestNG – Passing External Data File Name to DataProvider Method Using TestNG xml” »

Uncategorized

Posts pagination

Previous 1 … 60 61 62 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark