Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: November 2019

July 27, 2018 – Make Selenium Easy

Hello Folks, Grouping is a best feature provided by TestNG. We group test scripts based on suite name or functionality based on our requirements. We have seen grouping concepts in previous posts. In this post we will another feature of grouping in TestNG. TestNG also allows you to create group of groups i.e. meta data….

Read More “July 27, 2018 – Make Selenium Easy” »

Uncategorized

May 28, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: Why we need to use wait statements in selenium webdriver. Types of waits in selenium webdriver. What is Thread.sleep() and how to use it. Disadvantages of Thread.sleep() method. “Waits” are very important concepts in Selenium WebDriver. Understanding of types and usages of waits are necessary to write perfect…

Read More “May 28, 2017 – Make Selenium Easy” »

Uncategorized

July 29, 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 29, 2017 – Make Selenium Easy” »

Uncategorized

October 10, 2017 – Make Selenium Easy

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 “October 10, 2017 – Make Selenium Easy” »

Uncategorized

August 18, 2017 – Make Selenium Easy

Hello Folks, In last post we have seen an important topic in Selenium Webdriver which was Handling Any Types Of Listbox/dropdown In Selenium Webdriver. Method discussed in this post will work for all types of drop-down created using any tags. Mostly drop-down are created using tag and Selenium provides a special way to handle […]

Uncategorized

July 7, 2018 – Make Selenium Easy

Hello Folks, In previous posts, we have learnt about: Grouping test methods in TestNG Grouping configuration methods in TestNG We know grouping is categorization of test scripts. Let’s ask a question to yourself: Is it possible that a test script may fall in more than one categories? Obviously Yes. So how can we achieve same…

Read More “July 7, 2018 – Make Selenium Easy” »

Uncategorized

June 8, 2018 – Make Selenium Easy

Hello Folks, This question was asked to me by one of my readers. Actually this is an interesting topic and thought of sharing knowledge through a post. Basic Java concept says, we need a main method to execute a java class or execution of a class starts from its main method. But in case of…

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

Uncategorized

September 26, 2017 – Make Selenium Easy

Hello Folks, Recently I learnt new thing so just wanted to share with you. We will see how to locate web elements which has multiple class names as html attribute. See carefully below html code: You will see “CLASS” attribute which has value as “required_field cityPadRight ac_input“. Actually above web element has multiple class name…

Read More “September 26, 2017 – Make Selenium Easy” »

Uncategorized

October 12, 2018 – Make Selenium Easy

Hello Guys, DataProvider method in TestNG is a way to provide test data to Test annotated methods in a TestNG class. A typical DataProvider method looks like as below: // A data provider method with return type as 2D array @DataProvider(name = “DataContainer”) public Object[] myDataProvider() { return new Object[][] { { “Mukesh”, “Otwani”, “[email protected]”…

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

Uncategorized

December 18, 2018 – Make Selenium Easy

Hello Folks, DataProvider is an awesome functionality provided by TestNG to achieve Data Driven Testing. You must have already seen many posts on DataProvider on my blog. If not, I will advise you to go through them. If you have used DataProvider in your tests, you must have encounter “Data provider mismatch” exception. I see…

Read More “December 18, 2018 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 4 5 6 … 10 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark