Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

July 14, 2018 – Make Selenium Easy

Hello Folks, This is a frequently asked programming interview question to print a fibonacci series of given length. In previous post, we have seen printing fibonacci series using iterative logic with collection concept. This will be acceptable for freshers but not for experienced, interviewer expects recursion logic.  This post explains in details how recursion takes…

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

Uncategorized

January 5, 2019 – Make Selenium Easy

This is a frequently asked interview question of Java because people always gets confused with these terms and used interchangeably. I will try to explain these terms in easy words. There are three stages for writing a code in any programming language – Development , Compilation and Execution. In Java programming language, there are three…

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

Uncategorized

Untitled Diagram (1) – Make Selenium Easy

Amod MahajanLeave a Comment on Untitled Diagram (1) My name is Amod Mahajan and I am an IT employee with 6+ years of experience in Software testing and staying in Bengaluru. My area of interest is Automation testing. I started from basics and went through so many selenium tutorials. Thanks to Mukesh Otwani as his…

Read More “Untitled Diagram (1) – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 125 126 127 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark