DEV Community

Cover image for πŸ”₯ How to work with JSONPath and HamCrest Library? (API Automation)
Pramod Dutta
Pramod Dutta

Posted on

πŸ”₯ How to work with JSONPath and HamCrest Library? (API Automation)

Hey BugHunters, In this video we are going to discuss How to work with JSONPath and Hamcrest Library

This is part of the video serious REST Assured API testing Beginner Tutorial

βœ… What is JSONPath?

Query language that helps us in parsing the JSON data, which can be used for validation or assertions in a test.

βœ… What is the Hamcrest library?

Hamcrest is a framework that comes with a library of useful matchers for writing match rules using matcher objects.
Matchers are most commonly used for:

  • Writing test assertions
  • Data validation
  • Filtering JSONPath dependency

P.S:
This is Day 15 of the 30 days of API Testing challenge Series. Where will learn the Basics before jumping to API Automation.

πŸš€ Download PPT : https://scrolltest.com/ra/day15

 Rest Assured Tutorial

πŸš€ All 30 Days Task - https://scrolltest.com/30days/restassured

πŸš€ Resources -

πŸ”” Join Facebook Group : https://scrolltest.com/fb


Be sure to subscribe for more videos like this!

 TheTestingAcademy

Top comments (0)