Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

January 1, 2019 – Make Selenium Easy

Hello Folks, We have already learnt about IRetryAnalyzer interface in previous post. We know why we use it and how can we use it. From previous post, you know that we can pass implemented class of IRetryAnalyzer as an value to attribute named “retryAnalyzer” at @Test annotation. You need to add it each and every @Test annotation…

Read More “January 1, 2019 – Make Selenium Easy” »

Uncategorized

May 22, 2019 – Make Selenium Easy

This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in Selenium. Select last N elements or only odd elements or only even elements or second last elements etc. Answer of all questions will be originated from same point. In this post, I will explain selecting…

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

Uncategorized

September 13, 2018 – Make Selenium Easy

This programming interview question was asked in Yodlee.  Problem: Write a Java program to find and print all special characters with their positions in a user input string. Example: Input string: Make%Selenium$Easy# Output: % at position 5. $ at position 14. # at position 19. Total special characters found:3 Solution: We will use regex to…

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

Uncategorized

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

Posts pagination

Previous 1 … 126 127 128 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark