Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Month: October 2019

August 18, 2018 – Make Selenium Easy

Hello Folks, In this post we will learn an important concept of parameters in TestNG. We know that we can create parameterised methods in a TestNG class and pass parameters to these methods through testng xml. We can pass parameters at four levels: At suite level At test level At class level At method level…

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

Uncategorized

April 5, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen some real time examples of a framework. Now we will relate all those with selenium frameworks. Let me define framework first. What is Framework? Framework is a collection of concepts you know in an organised manner with some proper rules, validation, proper exception and error handling which…

Read More “April 5, 2018 – Make Selenium Easy” »

Uncategorized

December 30, 2018 – Make Selenium Easy

Hello Folks, TestNG provides a built in mechanism to re-run failed test case for N times (Ideally) instantly using IRetryAnalyzer interface. It means that if a test method fails, we can rerun it for N times or until it is passed during run. Let’s see this concept in more details: IRetryAnalyzer Interface: IRetryAnalyzer is an interface…

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

Uncategorized

December 23, 2018 – Make Selenium Easy

Hello Folks, In last post, we have learnt about new annotation of TestNG , named @Ignore which is used to ignore @Test annotated methods at different levels i.e. Method, Class and Package. We have another attribute of Test annotation named “enabled” which is also used to serve the same purpose. So what are the differences…

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

Uncategorized

July 13, 2018 – Make Selenium Easy

Hello Folks, This is a frequently asked programming interview question to print a fibonacci series of given length. Fibonacci series: Wikipedia defines it very well. The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by the fact that every number after the first two is the sum of the two preceding…

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

Uncategorized

August 26, 2018 – Make Selenium Easy

Hello Folks, Every browse has its default download directory. Whenever you download a file, it gets downloaded in default download directory. Generally default download directory is as below: C:\Users\\Downloads You can always change it through browser setting. When selenium script downloads any file, it will also be downloaded in same default download directory. Note: If…

Read More “August 26, 2018 – Make Selenium Easy” »

Uncategorized

September 17, 2018 – Make Selenium Easy

Hello Guys, Now we have good understanding of DataProviders in TestNG from previous articles. If you have not read my previous posts on DataProvider, you can go through them below: Why do you need DataProvider? How does DataProvider work? DataProvider with 2D array You can notice in all previous posts that I kept DataProvider methods…

Read More “September 17, 2018 – Make Selenium Easy” »

Uncategorized

May 20, 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 check if two given strings are anagram. What are Anagrams strings? Two words are called Anagrams if they have the same characters with same number of occurance. For example:- SILENT and…

Read More “May 20, 2019 – Make Selenium Easy” »

Uncategorized

May 27, 2019 – Make Selenium Easy

Protractor and Selenium both are used to automate front end of web based applications. Generally most of the people are well aware of Selenium ( Java and Python bindings) and afraid of choosing any other tool on top of Selenium. I will compare Selenium and Protractor in this post, which will help you to decide…

Read More “May 27, 2019 – Make Selenium Easy” »

Uncategorized

June 15, 2019 – Make Selenium Easy

In this post we will see another frequently asked interview question:- Difference between WebDriver click() and JavaScript click() method in Selenium. We can perform click on a web element of a web page in two ways:- Using WebDriver click – element.click() Using JavaScript click –((JavascriptExecutor)driver).executeScript(“arguments[0].click()”, element); ( Note- driver is a WebDriver instance.) So question…

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

Uncategorized

Posts pagination

Previous 1 2 3 … 12 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark