WebServices testing (RestAssured + Postman) Complete Guide


2 in 1! Learn API testing from zero and build Test Automation 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

Are you eager to become a master of Webservices Testing, using both RestAssured and Postman? Look no further! This comprehensive course is designed to transform you into a proficient WebServices Testing expert.

In today’s interconnected world, reliable WebServices are the backbone of modern applications. This course is your gateway to mastering API and Webservices testing, leveraging the power of both RestAssured and Postman.


Subscribe to latest coupons on our Telegram channel.

What You Will Learn:

  • Postman Basics: Begin your journey with a solid understanding of Postman, whether you’re a beginner or experienced user.
  • API Basics: Grasp the foundational concepts of APIs, understanding their importance in modern software development.
  • REST API: Dive deep into Representational State Transfer (REST) APIs, and learn how to interact with them efficiently.
  • RESTful Web Services: Explore RESTful Web Services, and discover how to validate their functionality effectively.
  • HTTP Methods: Master various HTTP methods (GET, POST, PUT, DELETE, etc.) for diverse API operations.
  • HTTP Status Codes: Learn how to interpret HTTP status codes accurately, identifying success and potential issues.
  • JSON Schemas: Work with JSON schemas to validate and structure API responses with precision.
  • API Testing: Tackle practical API testing scenarios, from simple requests to complex workflows, ensuring the reliability of WebServices.
  • Gradle Basics: Discover Gradle, a powerful build automation tool, to manage project dependencies efficiently.
  • JUnit 5 Basics: Gain proficiency in JUnit 5, a robust testing framework, to structure and execute your tests seamlessly.
  • RestAssured Basics: Explore the fundamentals of RestAssured, a popular Java library for API testing, to build powerful test scripts.

Why Enroll in This Course?

  • Hands-On Experience: Develop practical skills through hands-on exercises, quizzes, and real-world API testing projects.
  • Expert Guidance: Learn from experienced instructors with a deep understanding of WebServices testing and RestAssured.
  • Career Advancement: Enhance your career prospects by becoming a proficient WebServices Tester, a skill in high demand in the tech industry.
  • Lifetime Access: Enjoy lifetime access to course materials, updates, and join a supportive online community of learners.

Don’t miss this opportunity to become a WebServices Testing expert with both RestAssured and Postman. Enroll today, and take the first step toward a rewarding career in API and Webservices testing!

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