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

promode

Pramod Dutta

Posted on July 20, 2020

๐Ÿ”ฅ 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

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
promode
Pramod Dutta

Posted on July 20, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About