Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Controlling Browser Driver Services In Selenium WebDriver

Hello Folks, Let’s learn something interesting in selenium webdriver. We know whenever we launch a browser, first browser serve is started which helps in communication between browser and selenium commands. The same process is repeated for every test if you launch and quit browser every time. Let’s understand above point with an example below: Run…

Read More “Controlling Browser Driver Services In Selenium WebDriver” »

Uncategorized

TestNG Tutorials 28: Grouping Test Methods In TestNG

Hello Folks, In this post, we will learn about grouping of test methods in TestNG. “Group” is meant for categorisation of similar items. In a supermarket, you see how they separate different types of vegetables to make it easier for customers to locate them (As shown in above pic). Similar concept we apply for test…

Read More “TestNG Tutorials 28: Grouping Test Methods In TestNG” »

Uncategorized

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

Posts pagination

Previous 1 2 3 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark