Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: November 2019

February 11, 2018 – Make Selenium Easy

Hello Folks, In this post, I will explain a problem which beginner in selenium may encounter and you don’t know how to resolve it. I have also faced the same issue and after lot of googling , I found the solution. When you try to execute any javascript command, you might see error message as…

Read More “February 11, 2018 – Make Selenium Easy” »

Uncategorized

September 13, 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 Position Of Letter In Alphabet. Problem: Accept a letter from user and print position of input letter in alphabet. Example: A has 1st position in alphabet. B has 2nd position in…

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

Uncategorized

June 20, 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 swap values of two integer variables without using third variable. Problem Statement: Write a java program to swap values of two integer variables without using third variable. Solution: It is very…

Read More “June 20, 2017 – Make Selenium Easy” »

Uncategorized

November 25, 2018 – Make Selenium Easy

Hello Guys, As I say always, your automation script is ineffective if you do not include logic to validate to make sure the desired action has been performed by Selenium script. For Example – You have a dropdown in your application. Manually you verify if dropdown contains desired options or it s sorted. Generally while…

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

Uncategorized

May 31, 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 check if a given number is palindrome. Palindrome program is a frequently asked programming interview question to both freshers or experienced in interviews. We will going to learn that in…

Read More “May 31, 2017 – Make Selenium Easy” »

Uncategorized

July 15, 2018 – Make Selenium Easy

Hello Folks, It is frequently asked interview question to write a java program to print fibonacci number at any given position. I have already explained about program logics to print fibonacci series using both recursive and iterative model. Java program to print fibonacci series using iteration logic java program to print fibonacci series using recursion…

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

Uncategorized

April 28, 2019 – Make Selenium Easy

I recently presented a topic on “Common Mistakes & Best Practices in Selenium” in ATA Meetups. ATA (Agile Testing Alliance) is a non-profit testing community and certification organization, created to grow agile testing awareness, practices and acceptance. Check for CP-SAT certification for Selenium here. I will post PPT here so that you people can also…

Read More “April 28, 2019 – Make Selenium Easy” »

Uncategorized

August 5, 2018 – Make Selenium Easy

Hello Folks, Arguments or Parameters help us to achieve reusability of codes and cleanliness of codes. We can do overloading of methods using different number, types and order of parameters to serve differently for different set of values. TestNG also allows you to parameterized your tests. We will see how can we achieve parameterisation of methods…

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

Uncategorized

February 3, 2019 – Make Selenium Easy

This is the mostly asked interview question and confusing too for Selenium testers. People generally differentiate get() and navigate() methods as below: get() method holds or waits till page is loaded while navigate() does not. Above statement is NOT CORRECT. Referring official document of Selenium is always good to learn valid points. It says get()…

Read More “February 3, 2019 – Make Selenium Easy” »

Uncategorized

March 14, 2018 – Make Selenium Easy

Hello Folks, While automating, you may encounter issues as below: Element is not clickable, other element would receive click. Screenshot of required web element is not captured. Element is not visible while element is present in DOM. Unable to capture screen of whole web page vertically or horizontally. All these problems could be solved using…

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

Uncategorized

Posts pagination

Previous 1 … 9 10

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark