Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Month: August 2019

October 28, 2018 – Make Selenium Easy

Problem Statement: Remove extra white spaces between words. Only one white space is allowed between words. If more than one, remove it. If given string has leading or trailing white spaces, remove them as well. Do not use trim method. Write your own logic. Example: You entered with spaces: ”       Make     …

Read More “October 28, 2018 – Make Selenium Easy” »

Uncategorized

December 22, 2018 – Make Selenium Easy

Hello Folks, TestNG provides an attribute called “enabled” which can be used to ignore a test in a running suite. If we use this attribute at class level with @Test annotation, it will ignore all tests of that class. Now TestNG is providing a new annotation called “@Ignore”, which can be used to ignore :…

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

Uncategorized

ScrollInToView3 – Make Selenium Easy

Amod MahajanLeave a Comment on ScrollInToView3 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 tutorials are…

Read More “ScrollInToView3 – Make Selenium Easy” »

Uncategorized

May 24, 2017 – Make Selenium Easy

Hello Folks, In last post, we have seen about getAttribute(). In this post we will learn about getCssValue() method. This post covers: What is getCssValue() method? Why we use getCssValue() method? How to use getCssValue() method? What is difference between getAttribute() and getCssValue() methods. Let’s start with basics. What is CSS: Cascading Style Sheets (CSS) is a…

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

Uncategorized

April 22, 2017 – Make Selenium Easy

Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this post, we will learn tools to find XPath in Chrome browser. Finding XPath without any tools: You can find XPath and CSS selector of any web element in chrome browser without any tools as well….

Read More “April 22, 2017 – Make Selenium Easy” »

Uncategorized

DuplicateIn2DArray – Make Selenium Easy

Amod MahajanLeave a Comment on DuplicateIn2DArray 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 tutorials are…

Read More “DuplicateIn2DArray – Make Selenium Easy” »

Uncategorized

April 23, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: What is findElement() method. What is findElements() method. What is difference between findElement() and findElements() methods. What is common between findElement() and findElements() methods. Exception thrown in case of element is not found. Introduction: A webpage has many elements like button, text box etc. These elements are called…

Read More “April 23, 2017 – Make Selenium Easy” »

Uncategorized

February 28, 2019 – Make Selenium Easy

Hello Folks, Many people approached me to write down my journey to become an Automation tester. So here it comes:- Be honest and ask yourself two questions given below:- Have you asked how much knowledge of programming language is needed to learn automation? If I refer any particular blog/channel/book, is that enough? If your answer…

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

Uncategorized

January 13, 2018 – Make Selenium Easy

Hello Folks, In this post, we will see an interesting scenario . When we open a website and scroll down, suddenly a button appears, which says “Click me anytime if you want to go on top again”. An example is given below: You need to verify functionality of Back To Top button using selenium webdriver….

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

Uncategorized

July 24, 2018 – Make Selenium Easy

Hello Folks, Suppose you have created a testng class which has many @Test annotated methods say 10 test methods. You may need to run only one test out of 10 for debug/verify etc. Generally I see people will comment “@Test” annotations or use testng.xml to include required test method using include or exclude tags. There…

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

Uncategorized

Posts pagination

Previous 1 … 4 5 6 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark