Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
REST Assured - A Java Library to automate REST API in post
Rating: 4.9 out of 5(15 ratings)
38 students

REST Assured - A Java Library to automate REST API in post

Its not a course but a practice test in which automation test engineers can evaluate themselves and try to get their set
Last updated 1/2025
English

What you'll learn

  • REST Assured is a pure java library. its technically applied with automation of API, It contains a few methods to perform operations such as Create,Read,Update
  • Update and Delete. By applying all this operations, library of REST Assured allow us to utilise methods such as GET, POST,PUT,PATCH and DELETE. It enables all
  • It is not a course but really a practice test to inculcate the primary idea of REST Assured API Testing. This library enable user to send information to server
  • The test is design for those who is already working in API Testing and try to evaluate their knowledge so they can check and participate in this test and get it
  • By appearing to the test, they may get confidence to manage or handle test scenarios and design or executes all the test cases. Also validate the functionality.

Included in This Course

40 questions
  • Rest Assured For Beginners20 questions
  • Rest Assured For Laterals20 questions

Description

Technically its not a course but a practice test which helps to learners or automation test engineers who wants to check their knowledge and apply in their real time scenarios. this test helps and get back the confidence in the field of API Testing using REST-Assured library.

Terms of REST-ASSURED:

-< BASEURL: Protocol+Domain

-< Resource: /api/users?page=2

-< Path-Parameter: Representing argument /2

-< Query-Parameter: For to filter some specific field from URI by using a symbol(?).

HTTP Methods/Verb -< HTTP - HyperText Transfer Protocol

-< Create,Read,Update and Delete(CRUD) Operations are performed using

POST,GET,PUT AND DELETE.

-< POST: used to create a resource from the server

-< GET: used to read or get data from server

-< PUT or PATCH : Both are used to update a resource on a server.

Validate Response Status:

-< Response Contains:

1) Response Status

2) Response Headers

3) Response Body

Validate Response Status

-< Status code

-< Error Status code

-< Response Status Line

Authentication and Authorization in Rest-Assured

-< By Securing, API they provide this two terms.

-< It is applied for identification point of view.

-< Many Ways they will provide identification

Username or Password

Authentication tokens

Secret Keys

Authorization Headers-< Special Headers

-< This authorization contains credentials(UserName or Password)

Check this out and participate in the test.




Who this course is for:

  • This test is only for those who is working in Automation Testing specially in APIs. It is only developed for Test Engineers,API TESTER, Manual Tester and Senior Quality Analyst.