Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

June 2, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen default order of test methods in a TestNG class. You go to that post here. We know that how inheritance works in TestNG class from this post. In this post, we will see how default priority of test methods works in inherited class. When a TestNG class…

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

Uncategorized

November 12, 2017 – Make Selenium Easy

Question: What will happen if you pass Hindi words in sendKeys method? Answer: Selenium webdriver will type Hindi font in text box which is intended behavior of sendkeys method. Java program: Output: Hello Folks, In this post we will see how to handle JQuery dialog box in selenium webdriver. Sample html code to create a…

Read More “November 12, 2017 – Make Selenium Easy” »

Uncategorized

May 19, 2018 – Make Selenium Easy

Hello Folks, Method overloading is an important concept in Java. Can we create overloaded method in TestNG class. Let’s give it a try. Overloaded TestNG class: Create a testng.xml and run it: Output: You will get above exception in console because TestNG does not allow you to put any type of parameters to a TestNG…

Read More “May 19, 2018 – Make Selenium Easy” »

Uncategorized

May 12, 2018 – Make Selenium Easy

Hello Folks, In this post, we will learn logic behind generation of testng.xml. When we select a class or package or project and chose to generate a testng.xml, it includes only those class names which has at least one @Test annotated method. It will not consider a class which has no @Test annotated method. Suppose…

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

Uncategorized

July 3, 2018 – Make Selenium Easy

Hello Folks, In previous post, we learnt about basics of group concepts in TestNG and how to use with @Test annotated methods. Before continuing this post, I will advise you to go through this post first: @Test annotation at class level in TestNG Suppose if you need to write multiple @Test annotated methods in a class,…

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

Uncategorized

June 1, 2017 – Make Selenium Easy

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced,  in this post we will see a Java program to verify if a given string is palindrome using inbuilt reverse method. WHAT IS PALINDROME STRING? A palindromic string is a string that remains the same when its characters are reversed. For…

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

Uncategorized

January 31, 2019 – Make Selenium Easy

Recently, a guy asked me below question: I need to verify title of an article is in bold. Article title has no or tag. How to verify it now? It was also new to me and learnt new thing that day. So I am sharing my knowledge here. HTML provides two tags to […]

Uncategorized

July 9, 2018 – Make Selenium Easy

Hello Folks, We have learnt how can we customise testng xml to run test methods belonging to multiple groups. Let’s consider a new scenario: Suppose There are three methods M1 ( belongs to group WIndows), M2(belongs to group Windows and Linux) and M3(belongs to group Windows ,Linux and Mac). You want to run methods which…

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

Uncategorized

October 22, 2017 – Make Selenium Easy

Hello Folks, This will be last part of “Handling frames in selenium webdriver”. We know what is frame and how to handle it in selenium webdriver. But I have seen many queries where people is not able to find whether web element is in frame or not. We will see ways of finding if web…

Read More “October 22, 2017 – Make Selenium Easy” »

Uncategorized

November 3, 2018 – Make Selenium Easy

A Test method is run for all data set provided by a DataProvider method which is by default one after another. Note here that test method is run on data in same sequence in which DataProvider pass it. The reason behind this is that a DataProvider annotated method has an attribute named “parallel” whose default…

Read More “November 3, 2018 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 129 130 131 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark