Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

FluentWait Vs WebDriverWait in Selenium WebDriver

“FluentWait Vs WebDriverWait” , A hot topic in Selenium WebDriver but still confuses many. Let’s see if I can help you to understand the difference between these two. Class WebDriverWait is a disciplined child (Specialization) of Class FluentWait and grand child of interface Wait. In short, Class FluentWait implements Wait interface and WebDriverWait extends FluentWait….

Read More “FluentWait Vs WebDriverWait in Selenium WebDriver” »

Uncategorized

Using Thread.sleep() in Selenium WebDriver

Agenda: Need of wait statements in Selenium WebDriver scripts Introduction of NoSuchElementException Types of wait provided by Java and Selenium WebDriver Introduction of Thread.sleep() method Working of Thread.sleep() Disadvantages of using Thread.sleep() in selenium scripts Let’s write a simple selenium WebDriver scripts as per given scenario :- Launch a chrome browser. Load “https://www.redbus.in/” URL. Locate…

Read More “Using Thread.sleep() in Selenium WebDriver” »

Uncategorized

Interview Experience

Introduction As part of the Interview Experience series, in this post, we will see an interview experience in Morgan Stanley… Let’s start with a simple Java program and understand:- package Concepts; import java.util.HashMap; import java.util.Map; public class GetOrDefaultMethodExample { public… Following is a list of basic questions of Selenium WebDriver – Java. It will help…

Read More “Interview Experience” »

Uncategorized

Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver

Hello Folks, We generally used some methods for Eg. isDisplayed(), presenceOfXXXX(), visibilityOfXXXX() etc while developing test scripts.  All methods look similar but do you know there are some differences among them. We will learn about those differences in this post. isDispalyed(): This method checks whether or not the element is displayed in visible area of…

Read More “Difference Among isDisplayed(), presenceOfXXX() and visibilityOfXXX() Methods In Selenium Webdriver” »

Uncategorized

Selenium Code Practice – Get All Product Names Of Google Home Page

This selenium scripting question is asked to beginners and intermediate-level professionals. The detailed problem statement is as below:- Launch Google Home page URL. Click on “Google Apps” Icon. Print all product names. This looks simple but it has multiple Selenium concepts involved and that makes this question perfect for interviews. Did you know that I…

Read More “Selenium Code Practice – Get All Product Names Of Google Home Page” »

Uncategorized

Postman Tutorial Part 12 – Understand Environment & Variables in Postman

A variable is a container which holds information that could be changed. If you have basic programming knowledge, you must have used variables in your programs. Suppose you are developing a banking application. There are some values which will be used throughout the application or some values unique to a functionality. If you hardcode those…

Read More “Postman Tutorial Part 12 – Understand Environment & Variables in Postman” »

Uncategorized

How To Locate Web Element Which Has Multiple Class Names

A web element of a web page may belong to multiple classes. These classes may represent a class in style sheet or can be used for DOM manipulation. All belonging class names of a web element are mentioned under “class” attribute separated by a space. For example :- This element belongs to class demo1 This…

Read More “How To Locate Web Element Which Has Multiple Class Names” »

Uncategorized

threadlocal in selenium webdriver

Skip to content Introduction In the previous post, we have seen how maximum beginners and experienced Selenium professionals apply inheritance with TestNG annotations while… If I ask you how can you run your Selenium scripts in parallel (Assuming you are using Selenium – Java…

Uncategorized

Interview Experience at McKinsey Bangalore for Selenium Java Profile ( Sep – 2019)

Shared By: – Parul Company Name :- McKinsey & Company Experience Level: – 6 Years Location– Bengaluru Mode : – F2F Rounds: – 1 round Date :- Sep – 2019 First Round:- Architecture of app you’ve worked on- frontend- microservices- backend Database migrated from one system to other system- what all testing types are required- how…

Read More “Interview Experience at McKinsey Bangalore for Selenium Java Profile ( Sep – 2019)” »

Uncategorized

Part 3: Usages Of Javascripts In Selenium: Problem You Might Face While Executing Javascript Commands In Selenium

Hello Folks, In this post, I will explain a problem which beginner in selenium may encounter and you don’t know how to resolve it. I have also faced the same issue and after lot of googling , I found the solution. When you try to execute any javascript command, you might see error message as…

Read More “Part 3: Usages Of Javascripts In Selenium: Problem You Might Face While Executing Javascript Commands In Selenium” »

Uncategorized

Posts pagination

Previous 1 … 35 36 37 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark