Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

January 2018 – Make Selenium Easy

Hello Folks, We will see a very important topic as well as frequently asked interview question: “Why WebDriver is an interface?”. Let’s start this post with a small story. There are three “builders” and all builders do the same work such as building a house, interior designing, wooden works etc. But all three builders have…

Read More “January 2018 – Make Selenium Easy” »

Uncategorized

December 17, 2017 – Make Selenium Easy

Hello Folks, In this post, we will see what is difference between Page Object Model and Page Factory in Selenium WebDriver. This is also a very frequently asked interview question. Before we proceed. first go through to below posts: Introduction of Page Object Model Plain Page Object Model Page Factory After reading above posts, you…

Read More “December 17, 2017 – Make Selenium Easy” »

Uncategorized

March 8, 2019 – Make Selenium Easy

Below questions are for professional who have working experience in Selenium WebDriver. You must ask these questions yourself and answer. Time has gone when how to click or how to type questions were asked. Prepare well above questions and attend interviews with confidence. Why did you select Selenium WebDriver for front end automation of your…

Read More “March 8, 2019 – Make Selenium Easy” »

Uncategorized

October 1, 2018 – Make Selenium Easy

Hello Folks, Most of us we know that to handle a dropdown developed using Select tag, we can use inbuilt class of Selenium named “Select” class. This class provides you three methods to select options in dropdown which are below: selectByValue – You need to provide exact value to get it selected.selectByVisibleText – You need…

Read More “October 1, 2018 – Make Selenium Easy” »

Uncategorized

June 24, 2018 – Make Selenium Easy

Hello Folks, In this post we will learn about “alwaysRun” attribute and its usage with @Test annotated method in TestNG. “alwaysRun” attribute can be used with Configuration methods(BeforeXXXX and @AfterXXXX) and Test methods(@Test). TestNG documentation defines alwaysRun attribute as: For configuration methods: For before methods (beforeSuite, beforeTest, beforeTestClass and beforeTestMethod, but not beforeGroups): If set to…

Read More “June 24, 2018 – Make Selenium Easy” »

Uncategorized

June 2018 – Make Selenium Easy

Hello Folks, In last post we learn usage of of alwaysRun Attribute With Test Method of TestNG. In this post, we will see usage of alwaysRun attribute with configuration method in TestNG. What is a Configuration Method in TestNG? When we mark a method as @BeforeXXXX or @AfterXXXX, that method is called as Configuration method. Example:…

Read More “June 2018 – Make Selenium Easy” »

Uncategorized

December 20, 2017 – Make Selenium Easy

Hello Folks, In this post we are going to see a frequently asked Interview question in Selenium Webdriver which is below: “Is Page Object Model a Selenium framework??”. Answer is No. I have heard many answer that people have used POM Framework. Actually it is not a framework. POM is a design pattern which says…

Read More “December 20, 2017 – Make Selenium Easy” »

Uncategorized

July 25, 2017 – Make Selenium Easy

Hello Guys, In this post we will learn how to handle a listbox/dropdown. What is dropdown/listbox? Suppose there is a form. This form consists below fields: Title Name Gender DOB: Day, Month, Year Country If you notice, some of fields can accept value from some definite set of values. For example: Title can be  any…

Read More “July 25, 2017 – Make Selenium Easy” »

Uncategorized

July 2017 – Make Selenium Easy

Hello folks, In this post, we will learn how to replace a sub string in a given string. Detailed description of problem is given below: Problem: You have an input string and you need to replace sub string from new sub string in given input string. Example: Input: This bike is my bike. Action: Replace…

Read More “July 2017 – Make Selenium Easy” »

Uncategorized

June 9, 2017 – Make Selenium Easy

Hello Folks, This is on demand post. Many people asked me how to handle StaleElementReferenceException through Page Object Model(POM). So thought of writing a simple post on it. I am trying to automate below steps: Load URL “https://github.com/login”. Type wrong username. Type wrong password. Click on submit. Type correct username. Type correct password. Click on submit….

Read More “June 9, 2017 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 131 132 133 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark