Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Handling Frames/IFrames In Selenium WebDriver : Part 1

Hello Folks, In this post, we will learn :Handling Frames/IFrames in Selenium webdriver”. What is Frame in HTML? HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A frame can be created using tag in html. The tag is not supported in HTML5 because…

Read More “Handling Frames/IFrames In Selenium WebDriver : Part 1” »

Uncategorized

Handling Website Popups In Selenium webdriver

Hello Folks, I will start series of posts on topic “Handling different types of popup in selenium webdriver”. What is a popup? A popup is a window/dialog box/alert which appears when you perform some action such as click, load a URL etc. A popup can appear from website, browser and windows. Popup is way of…

Read More “Handling Website Popups In Selenium webdriver” »

Uncategorized

Postman Tutorial Part 11 – Sending DELETE Request in Postman

Hello Folks, As part of our API Testing series, we will see “Sending DELETE request in Postman”. First of all we need some APIs to test. There are many public APIs available which you can use for testing purpose. I will suggest you to register at below site to use free APIs for testing: GoRest API…

Read More “Postman Tutorial Part 11 – Sending DELETE Request in Postman” »

Uncategorized

Write and validate XPath Expressions and CSS Selectors in Chrome and Firefox browser

Hello Folks, We have learnt different ways of writing XPath expressions and CSS Selectors. There are some tools which generate XPath and CSS automatically for use. But for better understanding of concepts, you must write these by your own. So, in this post we will learn : How to write and validate XPath Expressions and CSS…

Read More “Write and validate XPath Expressions and CSS Selectors in Chrome and Firefox browser” »

Uncategorized

Part 4: Waits In Selenium: Fluent Wait

Hello Folks, We have covered below types of waits present in Selenium WebDriver: Thread.sleep() Implicit Wait. Explicit Wait Consider below scenarios:- You are testing Flipkart home page. Flipkart lists top items at home page which includes electronics, furniture etc. Now scenario is you need to find first 10 mobile displayed at home page. First of…

Read More “Part 4: Waits In Selenium: Fluent Wait” »

Uncategorized

REST Assured Tutorial 17 – Setting a Default RequestSpecification in Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn about “How to set a default RequestSpecification which will be set to each request in Rest Assured?“. This is an interview question as well. Let’s understand the meaning of this first. We know well now that we can…

Read More “REST Assured Tutorial 17 – Setting a Default RequestSpecification in Rest Assured” »

Uncategorized

Java Programs 13: Java Program to Print Fibonacci Series of Given Length Using Collection

Hello Folks, This is a frequently asked programming interview question to print a fibonacci series of given length. Fibonacci series: Wikipedia defines it very well. The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by the fact that every number after the first two is the sum of the two preceding…

Read More “Java Programs 13: Java Program to Print Fibonacci Series of Given Length Using Collection” »

Uncategorized

JavaScript Way To Handle Calendar In Selenium

Hello Folks, In last two posts we have seen handling different types of calendars: Handling Calendar Which Has Year & Month As Drop down In Selenium How To Handle Different Types Of Calendars In Selenium: Part 1 If you notice, You need to write a lengthy code to handle calendars in selenium. Is there any…

Read More “JavaScript Way To Handle Calendar In Selenium” »

Uncategorized

Are You Mixing Waits In Selenium WebDriver? – A Bad Practise

Selenium WebDriver provides two types of waits mechanisms:- Implicit Wait Explicit Wait – WebDriverWait and FluentWait Implicit wait applies for a session of WebDriver and comes in to effect when WebDriver is trying to locate a web element or a list of web elements. Generally, we have a common practice of setting up implicit wait…

Read More “Are You Mixing Waits In Selenium WebDriver? – A Bad Practise” »

Uncategorized

TestNG Tutorials 56: DataProvider in TestNG – Parameterizing DataProvider Method to Provide Data to Multiple Test Methods

“DataProvider” is an important feature provided by TestNG to provide required test data to test methods to run on. We have learnt different approaches which we can utilize to get best of DataProvider in previous posts. Let’s learn another way to make more use of DataProvider in TestNG. Suppose we have three Test methods and…

Read More “TestNG Tutorials 56: DataProvider in TestNG – Parameterizing DataProvider Method to Provide Data to Multiple Test Methods” »

Uncategorized

Posts pagination

Previous 1 … 10 11 12 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark