Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

June 10, 2018 – Make Selenium Easy

Hello Folks, We have seen how a TestNG class executes methods when we do not provide any order to methods. You can refer those posts here: Default Priority in a TestNG Class Default Priority in an Inherited Class But, you may require to execute methods in a certain order. Consider a scenario where you need…

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

Uncategorized

October 14, 2017 – Make Selenium Easy

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

Uncategorized

May 1, 2017 – Make Selenium Easy

Hello Folks, We have seen eight types of locators in Selenium Webdriver. Now we may confuse which locators we should use. It is frequently asked interview question as well. So, we will learn the orders we should use locators. Selenium web driver takes time to find web element which is more or less based on…

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

Uncategorized

April 19, 2019 – Make Selenium Easy

This is an important interview question in Java and mainly asked to Freshers. I will try to explain my best it here. A Java program has a starting point of execution with a predefined signature of main method in a class. Method signature of main method is given below:- public static void main(String[] args){} public…

Read More “April 19, 2019 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 120 121 122 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark