Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: April 2025

Postman Tutorial Part 26 – Using Environment in Collection Runner

We have seen about Collection Runner in last post. In this post we will see how can we select environment in a Collection Runner. When we are not using Collection Runner, we select desired environment in drop down at right top corner. Collection runner also provides you a drop down to select environment. This dropdown…

Read More “Postman Tutorial Part 26 – Using Environment in Collection Runner” »

Uncategorized

explicit wait in selenium

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 “explicit wait in selenium” »

Uncategorized

Frequently Asked Java Programs 31 – Java Program to Find Common Characters in Two Given Strings

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program Find Common Characters in Two Given Strings. String s1= “ABCDEF” String s2= “DEFXYZ” Output: DEF This problem can be solved with or without using collection concepts in Java. I will explain both…

Read More “Frequently Asked Java Programs 31 – Java Program to Find Common Characters in Two Given Strings” »

Uncategorized

Upload multiple files in Selenium

Hello Folks, This is an advanced concept. Beginners can ignore it as of now. I just found it while automating some functionality in mu company. So just thought of sharing. Note: I assume, you have basic knowledge of AutoIT. During automating the application, we come up with scenarios where we need to upload file. If…

Read More “Upload multiple files in Selenium” »

Uncategorized

REST Assured Tutorial 16 – Building RequestSpecification Using RequestSpecBuilder

As a part of the End to End REST Assured Tutorial, in this post, we will learn about class RequestSpecBuilder and how it can be used to create RequestSpecification in Rest Assured. RequestSpecification – How The Request Will Look Like Multiple Ways Of Calling HTTP Methods On A RequestSpecification There is another way of creating RequestSpecification in…

Read More “REST Assured Tutorial 16 – Building RequestSpecification Using RequestSpecBuilder” »

Uncategorized

Git Tutorial 26 – How To Ignore Already Indexed/staged/Committed/Pushed File to Git Repo

As a part of GIT Tutorials End To End, we will learn to ignore already Indexed/staged/Committed/Pushed File to Git Repo using the .gitignore file 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…

Read More “Git Tutorial 26 – How To Ignore Already Indexed/staged/Committed/Pushed File to Git Repo” »

Uncategorized

Understanding NullPointerException And How To Avoid It In Java/Selenium

Hello Folks, Very common question asked by people: “I am getting NullPointerException in automation script. I am correctly using selenium concepts but unable to resolve it.” So, in this post, we will see what is reason behind above exception and how to solve it. What is NullPointerException? When we declare a reference variable, internally a pointer…

Read More “Understanding NullPointerException And How To Avoid It In Java/Selenium” »

Uncategorized

Selenium: Interview Questions

Introduction “Headless” browser is a hot term now especially in executing UI automated scripts. When we launch a browser it… Following is a list of basic questions of Selenium WebDriver – Java. It will help you to test your basic… Company Name :- EpsilonDate :- Dec – 2019Experience Level: – 5 – 9 YearsLocation– BengaluruMode…

Read More “Selenium: Interview Questions” »

Uncategorized

Interview Experience at Publicis Sapient Bangalore for Selenium & API Testing Profile – Jan– 2020

Company Name :- Publicis Sapient Date :- Jan – 2020 Experience Level: – 4 – 8 Years Location– Bengaluru Mode : – F2F There were four rounds:- Written Round First Technical Psychometric Test Managerial Round There were 10-10 objective question with options each from Selenium and Java. From Java maximum were programming questions. Questions were related to Access specifiers,…

Read More “Interview Experience at Publicis Sapient Bangalore for Selenium & API Testing Profile – Jan– 2020” »

Uncategorized

Javafaker API – numerify(), letterify() and bothify() methods of Faker Class

Method names in the title might confuse you but those are the best words to give them when you go through this post. If you want to create a string in a fixed format like “Amod123Mahajan” or “[email protected]” etc then the above methods will be useful for you. I have used below Javafaker API dependency:-…

Read More “Javafaker API – numerify(), letterify() and bothify() methods of Faker Class” »

Uncategorized

Posts pagination

Previous 1 2 3 4 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark