Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

Java Interview Question 4 – What is HashCode of an Empty String?

As a part of Java Interview Questions, in this post, we will see an interview question which I faced in an interview, “What is HashCode of an Empty String?“. HashCode is an integer representation which is typically generated by converting the internal address of an object to integer. Object class contains a native method called…

Read More “Java Interview Question 4 – What is HashCode of an Empty String?” »

Uncategorized

Advanced TestNG Tutorials 35: How To Pass Multiple Group Names to be Run at Runtime in TestNG XML Using Beanshell

Hello Folks, Before continuing this post, you must go through below posts: Integration of TestNG and Beanshell How To Pass a Group Name to be Run at Runtime in TestNG XML Using Beanshell Problem statement: You have created so many test methods with different groups. You do not need to run all group every time….

Read More “Advanced TestNG Tutorials 35: How To Pass Multiple Group Names to be Run at Runtime in TestNG XML Using Beanshell” »

Uncategorized

Frequently Asked Java Program 28: Java Program to Remove Duplicate Characters From Word Using Collection Concept

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 Remove Duplicate Characters From Word Using Collection Concept. Remove all duplicate characters from given word. Keep the order of char as it appears. User Input – abcabcabcabc Output: abc Step by…

Read More “Frequently Asked Java Program 28: Java Program to Remove Duplicate Characters From Word Using Collection Concept” »

Uncategorized

Test Your Basics of Selenium WebDriver – Java By Answering These Interview Questions

Following is a list of basic questions of Selenium WebDriver – Java. It will help you to test your basic knowledge as well as for interviews as well. All the best. What are the locators available in Selenium WebDriver? What are difference between findElement() and findElements()? How can you launch any browser in Selenium WebDriver?…

Read More “Test Your Basics of Selenium WebDriver – Java By Answering These Interview Questions” »

Uncategorized

Postman Tutorial Part 52 – How To Send Parameterized XML Payload In Postman

As a part of Postman Tutorial – End to End , in this post, we will learn how can we send a XML payload and parameterized XML payload to request in Postman. We can pass payload to a request in multiple ways. Sending XML payload is one of them. We also learnt how can we send a…

Read More “Postman Tutorial Part 52 – How To Send Parameterized XML Payload In Postman” »

Uncategorized

rest assured

#api #apitesting #java #json #jsonpath #jsonpayload An API needs to be tested for a different set of payloads or scenarios.… Introduction REST Assured is a Java library to test and validate REST services. I have already covered maximum Rest Assured… As a part of End to End REST Assured Tutorial, in this post, We will learn about…

Read More “rest assured” »

Uncategorized

Selenium Interview Questions

50 Selenium WebDriver Interview Questions : – Ask These Yourself Before Attending Interview Selenium Interview Question 1- What is Selenium? Selenium Interview Question 2 – Can Selenium Be Used For API Automation? Selenium Interview Question 3 – Difference Between get() and navigate() Methods of Selenium WebDriver Selenium Interview Question 4 – Difference Between @FindBy and…

Read More “Selenium Interview Questions” »

Uncategorized

Interview Experience

Interview Experience at Nous InfoSystem Bangalore for Automation Testing Profile Interview Experience at Harman Connected Services Bangalore for Manual & Automation Testing Profile – Aug-2019 Interview Experience at IQVIA (formerly IMS Health) Bangalore for Automation Testing Profile ( Sep – 2019) Interview Experience at Innoflexion Bangalore for JavaScript and API Automation Testing Profile ( Sep…

Read More “Interview Experience” »

Uncategorized

REST Assured Tutorial 29 – How to create POJO classes of a JSON Object Payload

As a part of End to End REST Assured Tutorial , in this post We will learn to create a simple POJO class for a simple JSON Object payload. POJO classes are extensively used for creating JSON and XML payloads for API. Although there are many online platform to generate POJO and Java libraries to generate POJO…

Read More “REST Assured Tutorial 29 – How to create POJO classes of a JSON Object Payload” »

Uncategorized

TestNG Tutorials 47: Marking a Parameter as Optional in TestNG

Hello folks, When we parametrize methods in a TestNG class, we must need to pass parameter values from testng xml. If we do not pass we get an exception. We will see an example below: TestNG class: [java]package Parameters; import org.testng.annotations.Parameters; import org.testng.annotations.Test; public class ParameterTest { @Test @Parameters({“testParameters1″,”testParameters2”}) public void testMethod(String testParameters1, String testParameters2)…

Read More “TestNG Tutorials 47: Marking a Parameter as Optional in TestNG” »

Uncategorized

Posts pagination

Previous 1 … 18 19 20 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark