Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

REST Assured Tutorial 61 – Deserialize Using JsonPath

As a part of the End to End REST Assured Tutorial, in this post, we will learn to deserialize using JsonPath. Earlier we have seen De-Serialization – JSON Object To Java Object Using Jackson API. The same we can achieve using JsonPath as well. As we are using RestAssured which includes JsonPath dependency by default, there is…

Read More “REST Assured Tutorial 61 – Deserialize Using JsonPath” »

Uncategorized

REST Assured Tutorial 69 – Response Logging In Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn :- How to log response specification in Rest Assured? In last post, we have already learnt Logging request in Rest Assured. Let’s learn Logging Response in Rest Assured. We can log response specification using log() method provided by ValidatableResponse interface….

Read More “REST Assured Tutorial 69 – Response Logging In Rest Assured” »

Uncategorized

TestNG Tutorials 3: How To Add TestNG Plugin in Eclipse

When you create some TestNG tests and you want to run that test as a TestNG test in Eclipse, by default you do not get any option for that. To run TestNG tests in Eclipse, we need TestNG Plugin for Eclipse. Since IntelliJ comes bundled with TestNG plugin, you do not require to install explicitly…

Read More “TestNG Tutorials 3: How To Add TestNG Plugin in Eclipse” »

Uncategorized

API Testing – Page 2

Introduction As a part of End to End REST Assured Tutorial, in this post, we will learn to create a ResponseSpecification using… Introduction As a part of End to End REST Assured Tutorial, in this post, we will learn what is ResponseSpecification in Rest… Introduction As a part of End to End REST Assured Tutorial, in this post, we will learn…

Read More “API Testing – Page 2” »

Uncategorized

Is Page Object Model a selenium framework?

Hello Folks, In this post we are going to see a frequently asked Interview question in Selenium Webdriver which is below: “Is Page Object Model a Selenium framework??”. Answer is No. I have heard many answer that people have used POM Framework. Actually it is not a framework. POM is a design pattern which says…

Read More “Is Page Object Model a selenium framework?” »

Uncategorized

Core Java Quiz – 2 – Arrays

In this post, we will learn the basic concepts of Arrays by attempting objective questions. Hope it will be helpful for you for a quick refresh and objective online tests of interviews. [quiz-cat id=”7509″] If you have any doubt, feel free to comment below.If you like my posts, please like, comment, share and subscribe.#ThanksForReading #HappyLearning

Uncategorized

How to Run/Install Jenkins on Apache Tomcat Server

Best definition of Jenkins I found at official Jenkins Doc :- Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with…

Read More “How to Run/Install Jenkins on Apache Tomcat Server” »

Uncategorized

scripts in postman

Skip to content Debugging and logging are very important when you are trying to develop/test something. During development or Testing of any software… If you think Postman is only for static or manual testing, you are not correct. We can do automation testing…

Uncategorized

Handling Non-Select or Any Types Of dropdown In Selenium Webdriver

Selenium WebDriver provides a special class called Select which can be used only for drop down created using Select tag. You can not use this class methods for a Non-Select drop downs. This is a major limitation of Select class. Drop downs in a website could be created in multiple ways. You will find maximum…

Read More “Handling Non-Select or Any Types Of dropdown In Selenium Webdriver” »

Uncategorized

stream api in selenium

Skip to content In previous post, we learnt to Retrieve text from a list of web elements using Java Stream APIs. You may… Stream API is the major feature introduced in Java 8. As an automation tester, if you think you don’t have…

Uncategorized

Posts pagination

Previous 1 … 15 16 17 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark