• Post category:StudyBullet-3
  • Reading time:11 mins read


Learn API testing from zero and build Test Automation framework with minimum toolset: Java, Gradle, JUnit, RestAssured

What you will learn

Postman basics

API baiscs

REST API

RESTful Web Services

HTTP methods

HTTP status codes

JSON schemas

API testing

Gradle basics

JUnit 5 basics

RestAssured basics

Description

Some of you may ask a question like: “Why should I select this course, instead of learning API Testing by myself?

So, what is extremely cool about this course?

You won’t learn just theory.

You will have practical technical tasks to implement real test applications.

You won’t need to search for answers to your questions on Google, because you can’t understand lessons or homework.

Everything is in here. In one place. In this training course.


Get Instant Notification of New Courses on our Telegram channel.


This guarantees you that this training course will save a lot of your time.

If you would start learning RestAssured and Postman by yourself you would notice that on the internet there is a lot of directions to learn RestAssured and Postman, a lot of different specific topics to learn, which are not applicable on most projects. So, you have to experiment with all the possible solutions to find out which one is the best for you.

In this training course, you will discover RestAssured and Postman from the very beginning.
What I suggest to you, is a training course, where step by step, with detailed homework program, with practical tasks, with a thorough review of each practical task solution we will learn RestAssured and Postman together.

This program will give you enough knowledge to get your first job and be able to implement a test automation application with RestAssured.

English
language

Content

Introduction
Introduction
Communication plan
Captions and AI voice
Tips to Improve Your Course Taking Experience
API Basics
API and Web Service
API Types Overview
REST API Overview
HTTP methods
HTTP Status Codes
Test Environment Setup
Postman Introduction
Postman Installation
Trello Account Creation
Authorization Token Creation in Trello
HTTP Method GET – Postman
GET Method Overview
GET Method in Postman
GET Method in Postman – Hometask
JSON Schema Validation
JSON Schema Validation – Hometask
GET Method Validation in Postman
GET Metod Validation in Postman – Hometask
HTTP Method POST – Postman
POST Method Overview
POST Method in Postman
POST Method in Postman – Hometask
POST Method Validation in Postman
POST Method Validation in Postman – Hometask
HTTP Method PUT – Postman
PUT Method Overview
PUT Method in Postman
PUT Method in Postman – Hometask
PUT Method Validation in Postman
PUT Method Validation in Postman – Hometask
HTTP Method DELETE – Postman
DELETE method overview
DELETE Method in Postman
DELETE Method in Postman – Hometask
DELETE Method Validation in Postman
DELETE Method Validation in Postman – Hometask
Postman Tips
Variables in Postman
API and Postman Knowledge Test
API and Postman Knowledge Test
Development Environment Setup
JDK Installation
Gradle Installation
IntelliJ IDEA Installation
Simple application with Rest Assured
Rest Assured Introduction
First application with Rest Assured
First application with Rest Assured – Hometask
First assertion with Rest Assured
First assertion with Rest Assured – Hometask
First test with Rest Assured
First test with Rest Assured – Hometask
HTTP Method GET – Rest Assured
GET Method with Rest Assured
GET Method with Rest Assured – Hometask
JSON Schema Validation with Rest Assured
JSON Schema Validation with Rest Assured – Hometask
GET Method Validation with Rest Assured
GET Method Validation with Rest Assured – Hometask
Test Framework Refactoring
Create BaseTest class
Create BaseTest class – Home Task
Parametrized Tests for ID
Parametrized Tests for ID – Home Task
Parametrized Tests for Authorization
Parametrized Tests for Authorization – Home Task
Improve Test Framework Structure
Improve Test Framework Structure – Home Task
HTTP Method POST – Rest Assured
POST Method with Rest Assured
POST Method with Rest Assured – Hometask
POST Method Validation with Rest Assured
POST Method Validation with Rest Assured – Hometask
HTTP Method PUT – Rest Assured
PUT Method with Rest Assured
PUT Method with Rest Assured – Hometask
PUT Method Validation with Rest Assured
PUT Method Validation with Rest Assured – Hometask
HTTP Method DELETE – Rest Assured
DELETE Method with Rest Assured
DELETE Method with Rest Assured – Hometask
DELETE Method Validation with Rest Assured
DELETE Method Validation with Rest Assured – Hometask
Run Rest Assured Tests via CMD
Run Automated Tests via CMD
Run Automated Tests via CMD – Home Task
Bonus – Automated Test in Postman
First Test in Postman
Programming Knowledge Test
Programming Knowledge Test