Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

January 22, 2019 – Make Selenium Easy

The best definition of Selenium I found at its official website. It says – Selenium Automates Browser. We can automation the flows of a web based application ( An application which runs inside a browser) using Selenium. Primarily it is used to automate testing process of a web application but you can use Selenium beyond…

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

Uncategorized

June 25, 2019 – Make Selenium Easy

Demand of API Testing is increasing day by day as it helps in finding bugs early in Software development life cycle and prevents major bugs at later stages. We can perform API Testing manually and programatically i.e. Automation. We have covered Manual API Testing using Postman. Now it’s time to learn about API Testing Automation…

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

Uncategorized

November 17, 2018 – Make Selenium Easy

“How much Java I need to learn for selenium with Java binding?” is mostly asked question by a Professional who wants to learn Selenium with Java. If you want to put a cap on knowledge, you will be always an average knowledgeable professional. Selenium with Java binding is a Java library which means it has…

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

Uncategorized

September 15, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen Basics of DataProvider in TestNG and its working logic with one dimensional array. In this post I will explain the working logic of a DataProvider method which returns a two dimensional array. I see people are always confused with the usage of a DataProvider method which returns…

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

Uncategorized

Posts pagination

Previous 1 … 127 128 129 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark