Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

February 19, 2018 – Make Selenium Easy

Hello folks, In last post we have learnt about executeScript methods of JavascriptExecutor interface. There is another method called executeAsyncScript in JavascriptExecutor interface which is not frequently used. But we must be aware about it usage so that we can use whenever required. First let’s learn what is Synchronous and Asynchronous? In very simple words, Synchronous = Blocking…

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

Uncategorized

September 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 Draw An Equilateral Triangle Using Stars Of Given Row. Problem statement: Draw an Equilateral Triangle using stars of given row. Example: An Equilateral Triangle of 5 rows: Solution: Number of stars in a row is equal…

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

Uncategorized

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

Posts pagination

Previous 1 … 124 125 126 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark