Understanding the Playground - REST
Understand the structure of a REST API playground including supported HTTP methods and endpoint mappings. Learn the basics needed to automate REST API testing using the Rest Assured library, setting a foundation for practical API test automation.
We'll cover the following...
We'll cover the following...
Demo class for REST
We have a student class, with the following fields and types:
| Access Specifier | Type | Field |
|---|---|---|
| private | Long | id |
| private | String | firstName |