Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

October 14, 2019 – 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 invert the case of each character of string. Example:- Input: – mAkE SeleNIUM eaSY Output:-MaKe sELEnium EAsy Let’s start with the logic:- Iterate entire string char by char. Check if current…

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

Uncategorized

March 15, 2019 – Make Selenium Easy

Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css and XPath easily of a Web element. But firebug has been deprecated. Wiki page of firebug says:- Firebug has been deprecated in favor of the integrated developer tools added to Firefox itself, whose functionality has…

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

Uncategorized

September 18, 2017 – Make Selenium Easy

Hello Folks, In this post we will see a very important topic “Handling calendar in Selenium”. We always see some input boxes where we need to select date from calendar widget. When we click on that input box, a calendar widget gets open and we need to select proper date value from that widget. You…

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

Uncategorized

September 2017 – Make Selenium Easy

Hello Professionals, I will post a list of frequently asked question on Manual testing in interviews. It will help for both freshers and experienced people. As of now, I will not post answers of questions but in coming days, I will. Define software testing. What are the types of software testing? What is in mind…

Read More “September 2017 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 130 131 132 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark