Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Java Interview Questions

Java Interview Question – Explain System.out.println(arg) Java Interview Question – Explain public static void main(String[] args) Java Interview Question 3 – Can We Overload main Method in Java? Java Interview Question 4 – What is HashCode of an Empty String?

Uncategorized

REST Assured Tutorial 5 – Abstraction – Hide The Implementation

As a part of End to End REST Assured Tutorial , in this post We will learn about Abstraction in Java. If you are thinking why this topic is necessary , do not worry. I will connect all dots in upcoming posts. Abstraction is one of the pillar in Object Oriented Programming. Java is an…

Read More “REST Assured Tutorial 5 – Abstraction – Hide The Implementation” »

Uncategorized

REST Assured Tutorial 53 – How to create ResponseSpecification using ResponseSpecBuilder

As a part of End to End REST Assured Tutorial, in this post, we will learn to create a ResponseSpecification using ResponseSpecBuilder class in Rest Assured. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test You should go through below posts once to understand this post better:- Interface RequestSpecification –…

Read More “REST Assured Tutorial 53 – How to create ResponseSpecification using ResponseSpecBuilder” »

Uncategorized

Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman

Hello Folks, When we hit any API, we get some response along with status code, response time, headers etc. As of now we have verified it manually. Will it not be good if these assertion which we do manually should be auto performed once request is hit? A kind of automation testing of API. Consider…

Read More “Postman Tutorial Part 15 – Adding Automation Test Scripts In Postman” »

Uncategorized

TestNG Tutorials 63: Dependency in TestNG – Usage of Regular Expressions with DependsOnGroup

Hello Folks, We have learnt in previous posts regarding establishing relationship between test methods. You can go through them below: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnMethod Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup In this post, we will learn how can we use regular expressions with…

Read More “TestNG Tutorials 63: Dependency in TestNG – Usage of Regular Expressions with DependsOnGroup” »

Uncategorized

Selenium Interview Question 3 – Difference Between get() and navigate() Methods of Selenium WebDriver

In this post we will see an important and confusing topic – Difference between get() and navigate() methods. In fact this is not at all confusing as people just do not try to observe behavior by writing some lines of code and going through official documents. Let me point down some differences which you people…

Read More “Selenium Interview Question 3 – Difference Between get() and navigate() Methods of Selenium WebDriver” »

Uncategorized

Advanced Concept of Selenium – Design Patterns in Selenium WebDriver – There is Not Only Page Object Model Design Pattern

Hello Folks, When we talk about design pattern in Selenium WebDriver, we generally discuss about Page Object Model (POM) and Behavioural Driven Development (BDD). But there are many more. Before we go and see other design patterns in Selenium, I would like to explain “What is actually mean by Design Pattern?”. Design Pattern: A design…

Read More “Advanced Concept of Selenium – Design Patterns in Selenium WebDriver – There is Not Only Page Object Model Design Pattern” »

Uncategorized

TestNG Tutorials 15: Inheritance In TestNG Classes

Hello Folks, In this post, we will learn Inheritance in TestNG classes. In very basic words, Inheritance is an OOPS concept which allows a class to inherit property of another class for the sake of re-usability. Like any other class we can also apply concept of inheritance in TestNG class. We will do an example…

Read More “TestNG Tutorials 15: Inheritance In TestNG Classes” »

Uncategorized

Postman Tutorial Part 5 – Sending POST Request in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send POST request in the Postman tool.“ You should have a preferably native Postman app installed on your system. Restful-booker API GoRest API I will use below POST APIs for this post to show the demo:- Create Booking – Creates a…

Read More “Postman Tutorial Part 5 – Sending POST Request in Postman” »

Uncategorized

TestNG Tutorials 21: Why Don’t We Require a Main Method In TestNG class For Execution Of Methods?

Hello Folks, This question was asked to me by one of my readers. Actually this is an interesting topic and thought of sharing knowledge through a post. Basic Java concept says, we need a main method to execute a java class or execution of a class starts from its main method. But in case of…

Read More “TestNG Tutorials 21: Why Don’t We Require a Main Method In TestNG class For Execution Of Methods?” »

Uncategorized

Posts pagination

Previous 1 … 54 55 56 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark