Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Month: October 2019

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

October 2017 – Make Selenium Easy

Hello Folks, I will start series of posts on topic “Handling different types of popup in selenium webdriver”. What is a popup? A popup is a window/dialog box/alert which appears when you perform some action such as click, load a URL etc. A popup can appear from website, browser and windows. Popup is way of…

Read More “October 2017 – Make Selenium Easy” »

Uncategorized

May 2018 – Make Selenium Easy

Hello Folks, Let’s run below TestNG class and observe output: Output: Can you see different order of execution of test methods than it has appeared in class? “Amrrod” method is last but got executed first. “Print” method is first but executed in second position. Actually, TestNG does not run Test methods as it appears in…

Read More “May 2018 – Make Selenium Easy” »

Uncategorized

October 12, 2019 – Make Selenium Easy

We have already learnt to create parameterized request body by reading data from a CSV and JSON file. If you have not gone through them yet, you must go now. Creating parameterized request by reading data from a CSV Creating parameterized request by reading data from a JSON Achieving Data driven testing using CSV in…

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

Uncategorized

Posts pagination

Previous 1 … 4 5 6 … 12 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark