Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

June 6, 2017 – Make Selenium Easy

Hello Folks, We have covered below types of waits present in Selenium WebDriver in older posts: Thread.sleep() Implicit Wait. In this post, we will learn Explicit Wait. Implicit wait is wait which is set for a session of WebDriver and it will just make WebDriver to wait till it finds the web element. But there…

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

Uncategorized

February 13, 2018 – Make Selenium Easy

Hello folks, In this post, we will learn about method executeScript of JavascriptExecutor interface. JavascriptExecutor interface provides two methods to execute JavaScript commands. executeScript : To execute synchronized JavaScript script commands executeAsyncScript: To execute asynchronous JavaScript commands We will learn about “executeScript ” method in this post. Synatx: java.lang.Object executeScript(java.lang.String script,java.lang.Object… args) As per selenium doc, above method executes JavaScript in the context of…

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

Uncategorized

December 25, 2018 – Make Selenium Easy

Problem Statement: Find occurrence of given char  (Ignore case)  in given string without iterating through string. Input – Make Selenium Easy Char – ‘M’ Output- Occurrence of M is 2. Problem Solution: We need to solve this problem without iterating through string in search of character. Its simple. Logic step by step: FInd the initial length…

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

Uncategorized

February 10, 2018 – Make Selenium Easy

Hello Folks, We will see series of posts on Usage of JavaScripts in Selenium. Let’s start with basics. What is JavaScript? Definition from JS offical website: “JavaScript (“JS” for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites.” I hope you should be aware of basic js. If not, you can…

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

Uncategorized

Posts pagination

Previous 1 … 125 126 127 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark