DEV Community

Cover image for πŸ”₯ Rest Assured Tutorial | Day 2 |  WebAuthentication and Cookie Basics(with JSON Basics)
Pramod Dutta
Pramod Dutta

Posted on • Updated on

πŸ”₯ Rest Assured Tutorial | Day 2 | WebAuthentication and Cookie Basics(with JSON Basics)

Hey BugHunters, In this video, we are going to learn WebAuthentication and Cookie Basics with JSON Basics.

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

 Rest Assured Tutorial

βœ… What is Authentication?

Authentication is a process of presenting your credentials like username, password or another secret key to the system and the system to validate your credentials or you.

In the API terms Authentication is used to protect the content over web mean only a valid user with valid credentials can access that API endpoint.

βœ… What is Authorization?
Authorization is a process with which we can allow or restrict resources. Depending on the business logic, the requirement of user authorization can vary.

βœ… What is HTTP cookie?
An HTTP cookie (also called web cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing.

βœ… What is JSON?

  • JSON stands for JavaScript Object Notation
  • JSON is a lightweight format for storing and transporting data
  • JSON is often used when data is sent from a server to a web page -JSON is "self-describing" and easy to understand

βœ… Time Jump

πŸš€ All 30 Days Task - https://scrolltest.com/30days/restassured
πŸ“Œ Join 30 Days Challenge Updates - https://scrolltest.com/tta
πŸŽ“ Free Automation MasterClass - https://thetestingacademy.com
πŸ“š REST API testing with Python - https://masterapitesting.com

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

βœ… Automation Tester Community - https://thetestingacademy.com
🐦Follow us on Twitter - https://twitter.com/itstechmode
πŸ“– Like us on Facebook - https://www.facebook.com/scrolltest
🎀 Listen to our Podcast - https://anchor.fm/thetestingacademy

--
Be sure to subscribe for more videos like this!

 TheTestingAcademy

Latest comments (1)

Collapse
 
gabby1024 profile image
Gabby Mturi

Thanks a lot !!