• Post category:StudyBullet-6
  • Reading time:10 mins read


Learn API testing from zero and build Test Automation framework with minimum toolset: C#, NUnit, RestSharp, Newtonsoft

What you will learn

Postman basics

API baiscs

REST API

RESTful Web Services

HTTP methods

HTTP status codes

JSON schemas

API testing

NUnit 3 basics

NuGet basics

DotNet Console basics

RestSharp basics

NewtonsoftJson 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.


Get Instant Notification of New Courses on our Telegram channel.


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

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

If you would start learning RestSharp and Postman by yourself you would notice that on the internet there is a lot of directions to learn RestSharp 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 RestSharpand 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 RestSharp 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 RestSharp.

English
language

Content

Introduction

Introduction
Communication plan
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

Visual Studio Installation
Dot Net Installation

Simple application with Rest Sharp

Rest Sharp Introduction
First application with Rest Sharp
First application with Rest Sharp – Hometask
First assertion with Rest Sharp
First assertion with Rest Sharp – Hometask
First test with Rest Sharp
First test with Rest Sharp – Hometask

HTTP Method GET – Rest Sharp

GET Method with Rest Sharp
GET Method with Rest Sharp – Hometask
JSON Schema Validation with Newtonsoft Json
JSON Schema Validation with Newtonsoft Json – Hometask
GET Method Validation with Rest Sharp
GET Method Validation with Rest Sharp – 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 – Hometask
Improve Test Framework Structure
Improve Test Framework Structure – Hometask

HTTP Method POST – Rest Sharp

POST Method with Rest Sharp
POST Method with Rest Sharp – Hometask
POST Method Validation with Rest Sharp
POST Method Validation with Rest Sharp – Hometask

HTTP Method PUT – Rest Sharp

PUT Method with Rest Sharp
PUT Method with Rest Sharp – Hometask
PUT Method Validation with Rest Sharp
PUT Method Validation with Rest Sharp – Hometask

HTTP Method DELETE – Rest Sharp

DELETE Method with Rest Sharp
DELETE Method with Rest Sharp – Hometask
DELETE Method Validation with Rest Sharp
DELETE Method Validation with Rest Sharp – Hometask

Run Rest Sharp Tests via CMD

Run Automated Tests via CMD
Run Automated Tests via CMD – Hometask

Bonus – Automated Test in Postman

First Test in Postman

Programming Knowledge Test

Programming Knowledge Test