Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Postman Tutorial Part 50 – How to Retrieve Request Body in Postman

As a part of Postman Tutorial – End to End , in this post, we will learn “How to retrieve request body in Postman?”. Verification is the purpose of testing. Suppose we need to create a booking and we pass required details like first name, last name, check in date, check out date etc. After booking we…

Read More “Postman Tutorial Part 50 – How to Retrieve Request Body in Postman” »

Uncategorized

api tutorials

Skip to content We know that we can write Pre-request scripts and Tests scripts for a request, collection and folder in a collection… Hello Folks, As part of our API Testing series, we will see “Sending DELETE request in Postman”. First of all we…

Uncategorized

How To Select Random Value From Any Drop down In Selenium Web Driver

Hello Guys, When you are automating any functionality, you may need to select value from drop down. What should be selected value, generally you want it from user. There might be many scenarios where you just need to select any value from drop down. For example: Consider User registration where you need to select country…

Read More “How To Select Random Value From Any Drop down In Selenium Web Driver” »

Uncategorized

How To Install Java 8 On Windows 10

Java is a programming language and first released by Sun Microsystems in 1995. Now Java has been acquired by Oracle. It was designed by James Gosling. While writing this post the latest version of Java is 14. Java 8 is a more stable version and it is widely used as well. We will be installing…

Read More “How To Install Java 8 On Windows 10” »

Uncategorized

TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation

Hello Folks, TestNG provides a built in mechanism to re-run failed test case for N times (Ideally) instantly using IRetryAnalyzer interface. It means that if a test method fails, we can rerun it for N times or until it is passed during run. Let’s see this concept in more details: IRetryAnalyzer Interface: IRetryAnalyzer is an interface…

Read More “TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation” »

Uncategorized

Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver

We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways is same but the way it is done, is different. Below are the differences between FindBy and findElement in Selenium WebDriver: FindBy is an annotation while findElement and findElements are methods. Remember FindBy is provided…

Read More “Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver” »

Uncategorized

Postman Tutorial Part 8 – How to Send PUT Request in Postman

As a part of the Postman Tutorial – End to End tutorials series, in this post, we will learn to send a PUT request in Postman for a REST API. Topics we are going to learn in this post Step by step process of sending a PUT request in Postman tool. How to add authorization in Postman for…

Read More “Postman Tutorial Part 8 – How to Send PUT Request in Postman” »

Uncategorized

Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver

Selenium 4 is out ( Alpha version at the time of writing this post). They have given a very important feature in Selenium 4 which is Logging. Logging is generally helpful to know what went wrong. When you launch a website in browser, you can see logs in console tab of Developer tool. These logs…

Read More “Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver” »

Uncategorized

string

Skip to content Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will… Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers…

Read More “string” »

Uncategorized

TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class

Hello Guys, Now we have good understanding of DataProviders in TestNG from previous articles. If you have not read my previous posts on DataProvider, you can go through them below: Why do you need DataProvider? How does DataProvider work? DataProvider with 2D array You can notice in all previous posts that I kept DataProvider methods…

Read More “TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class” »

Uncategorized

Posts pagination

Previous 1 … 19 20 21 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark