Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

August 17, 2018 – Make Selenium Easy

Problem statement: Write a Java program to reverse position of words in given string i.e. word at first position in string should be at last position in string. Input String: You are awesome Output String: awesome are You Solution: It is a very easy program. You just need understanding of splitting a string, array and…

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

Uncategorized

October 4, 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 Find Divisors Of Given Number. Problem: Write a JAVA program to find the divisors of a given number. Solution: Divisor is a number that divides  another number without a reminder or a number…

Read More “October 4, 2017 – Make Selenium Easy” »

Uncategorized

April 14, 2018 – Make Selenium Easy

Hello Folks, Recently this question was asked in interview to a candidate: We switch back to main window or default content after switching to a new window or frame, but not in case of Alert even we are switching to it. When we switch to a new window or frame, actually we jump to another…

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

Uncategorized

July 18, 2018 – Make Selenium Easy

Hello Programmers, An interview candidate was asked to write java code to find the length of given string WITHOUT USING LENGTH METHOD in Capgemini. In this post, I will find length of string without using Length method but using some other method. :-p There is another method in String class called lastIndexOf(). LastIndexOf() method: As…

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

Uncategorized

Posts pagination

Previous 1 … 127 128 129 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark