Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Javafaker API

Introduction Method names in the title might confuse you but those are the best words to give them when you… Introduction We may require to generate random numbers in programming languages for multiple purposes like test data creation or numeric… Introduction I remember when I used to generate some random data with alphabets and numbers…

Read More “Javafaker API” »

Uncategorized

Learn Selenium With Quiz – Basic Level 4

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from implicit wait concepts in Selenium WebDriver. I will suggest you to go through below links before taking up quiz: Using sleep() in Selenium WebDriver Using implicit wait in Selenium WebDriver Now, take up the quiz below: [qsm quiz=4]

Uncategorized

#6. OAuth 2.0 Flow – Role Of Refresh Token in OAuth 2.0 Flow

A refresh token is a credential that is used to generate a new access token. I have already explained about Refresh Token in the previous post. In this post, we will learn when and how a Refresh token is used in OAuth 2.0 flow. Do not forget to subscribe to my channel to support. Image…

Read More “#6. OAuth 2.0 Flow – Role Of Refresh Token in OAuth 2.0 Flow” »

Uncategorized

TestNG Tutorials 14: Can We Overload Methods In TestNG Class?

Hello Folks, Method overloading is an important concept in Java. Can we create overloaded method in TestNG class. Let’s give it a try. Overloaded TestNG class: Create a testng.xml and run it: Output: You will get above exception in console because TestNG does not allow you to put any type of parameters to a TestNG…

Read More “TestNG Tutorials 14: Can We Overload Methods In TestNG Class?” »

Uncategorized

Git Tutorial 4 – Create a new Git repository – git init Command

As a part of GIT Tutorials End To End, we will learn to create or initialize a GIT repo using a very first command called “git init“. Before you proceed please make sure that GIT is properly installed and configured. If git is not installed or you don’t know how to check then I recommend…

Read More “Git Tutorial 4 – Create a new Git repository – git init Command” »

Uncategorized

How To Verify Functionality Of Back To Top Button In Selenium WebDriver

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 “How To Verify Functionality Of Back To Top Button In Selenium WebDriver” »

Uncategorized

Using getText() method in Selenium WebDriver

Interface WebElement contains a method “getText()” whose return type is a String. If you refer official document of Selenium then you can find a clear crystal sentence stating what this method does :- Get the visible (i.e. not hidden by CSS) innerText of this element, including sub-elements. I did not understand the terms such as…

Read More “Using getText() method in Selenium WebDriver” »

Uncategorized

Are Your Selenium Scripts Ready For Parallel Execution?

If I ask you how can you run your Selenium scripts in parallel (Assuming you are using Selenium – Java with TestNG) , probably you will answer just add a “parallel” attribute with a desired value (methods, classes, tests or instances) and set a thread count in TestNG XML and you are all set to…

Read More “Are Your Selenium Scripts Ready For Parallel Execution?” »

Uncategorized

Postman Tutorial Part 14 – Create, Manage and Use Global Variable In Postman

Hello folks, We have already seen creating, managing and using environment variables in Postman. We can select only single environment at a time in Postman and can use variables of that selected environment. We may have some variables which are common to each environment. It is not good practice to keep a separate copy of…

Read More “Postman Tutorial Part 14 – Create, Manage and Use Global Variable In Postman” »

Uncategorized

How To Iterate Map In Java?

There are multiple ways to iterate over a Map In Java which we will learn with examples in this post. The Map interface has a method called entrySet() which returns a collection view of the map as Map.Entry. Entry is an inner interface of the Map interface. Set> entries = mapData.entrySet(); for (Map.Entry keyValue: entries)…

Read More “How To Iterate Map In Java?” »

Uncategorized

Posts pagination

Previous 1 … 3 4 5 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark