Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Compare JSONs

Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn about some challenges and… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will…

Read More “Compare JSONs” »

Uncategorized

Protractor Tutorial 1 – What is AngularJS and Angular Applications?

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. It is very important to understand the term Angular and AngularJS applications. So, in this post we will see a basic…

Read More “Protractor Tutorial 1 – What is AngularJS and Angular Applications?” »

Uncategorized

Locating Dynamic Web Elements In Selenium WebDriver : Conditional Xpaths And CSS

Hello Folks, In last post, we have seen how to create a conditional xpath. Continuing the same, here is another post. Consider below scenarios: Suppose there is an application for online appointment with doctors. If a user frequently signs in, it will show a message and button as “Welcome ! Book An Appointment” to proceed further….

Read More “Locating Dynamic Web Elements In Selenium WebDriver : Conditional Xpaths And CSS” »

Uncategorized

#5. OAuth 2.0 Flow – What Is A Refresh Token?

Understanding the role of a Refresh Token in the authorization process is important. We will learn about the refresh token and how it is used in OAuth 2.0 flow in this post. A refresh token is a credential that is used to generate a new access token. In the OAuth 2.0 flow, the authorization server…

Read More “#5. OAuth 2.0 Flow – What Is A Refresh Token?” »

Uncategorized

Selenium Interview Question 11 – Which Class Implements Alert Interface in Selenium WebDriver?

As a part of Selenium Interview Questions series, in this post, we will see about Implement class of Alert interface. Someone asked me this question and I felt this is good to share with others as well. So here is the post for the same. Honestly, I was also not aware of this. So I started researching….

Read More “Selenium Interview Question 11 – Which Class Implements Alert Interface in Selenium WebDriver?” »

Uncategorized

Java Program To Find Closest Value Of A Given Number In Sorted Array

We have already learned a Java Program to find the closest value of a given number in an unsorted array. In this post, we will see for a sorted array instead of an unsorted array. In maximum array programs, logic depends on if an array is sorted or not because a logic which is optimal…

Read More “Java Program To Find Closest Value Of A Given Number In Sorted Array” »

Uncategorized

Part 2: Handling Single Select Drop-down Created Using SELECT Tag

Hello Folks, In last post we have learnt basics of drop-down created using SELECT tag. Refer post here. In this post, we will see how to handle single select drop-down. We will be using below html code for this post: When we open above html file in a browser, you will get drop-down as shown…

Read More “Part 2: Handling Single Select Drop-down Created Using SELECT Tag” »

Uncategorized

Part 5: Waits In Selenium: What Happens When We Mix Sleep With Other Types Of Waits ?

Hello Folks, In this post we will learn about behavior of webdriver when we mix waits together. There are four types of waits in Selenium Webdriver. Those are: Every wait has its own significance and we can use it in different scenarios. But what will happen or we can say in better way, “How webdriver…

Read More “Part 5: Waits In Selenium: What Happens When We Mix Sleep With Other Types Of Waits ?” »

Uncategorized

TestNG Tutorials 67 : Sharing Data Among Test Methods in TestNG Using ITestContext

As a part of TestNG Tutorials, in this post we will see “How to share data or state among test methods in TestNG using ITestContext interface?”. In previous post, We have learnt sharing data among test methods using static variables. But this is not optimal. I see below problem in using static variable approach:- You…

Read More “TestNG Tutorials 67 : Sharing Data Among Test Methods in TestNG Using ITestContext” »

Uncategorized

Frequently Asked Java Programs: 33 – Insert a String into Another String at given index

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 Insert a String into Another String at given index. String s1 = MakeEasy String s2= Selenium indexToInsertS2= 4 Insert s2 in to s1 at index 4th. So s1 should be “MakeSeleniumEasy”….

Read More “Frequently Asked Java Programs: 33 – Insert a String into Another String at given index” »

Uncategorized

Posts pagination

Previous 1 … 28 29 30 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark