WebServices testing (RestSharp + Postman) Complete Guide


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

Are you ready to become a WebServices Testing expert, mastering both RestSharp and Postman? Look no further! This comprehensive course is your key to unlocking the world of API and WebServices testing.

In today’s digital landscape, the reliability of WebServices is crucial. This course is your gateway to becoming a proficient API tester, harnessing the power of RestSharp and Postman to validate and optimize RESTful Web Services.


Get Instant Notification of New Courses on our Telegram channel.

Noteβž› Make sure your π”ππžπ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the π”ππžπ¦π² cart before Enrolling!


What You Will Learn:

  • Postman Basics: Start your journey with a solid foundation in Postman, whether you’re a beginner or experienced user.
  • API Basics: Grasp the essential concepts of APIs and understand their role 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 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.
  • NUnit 3 Basics: Gain proficiency in NUnit 3, a powerful unit testing framework for .NET, to structure and execute your tests seamlessly.
  • NuGet Basics: Discover how to manage project dependencies efficiently using NuGet, simplifying the integration of external libraries.
  • DotNet Console Basics: Build a strong foundation in using the .NET Console for debugging and executing your .NET code.
  • RestSharp Basics: Explore the fundamentals of RestSharp, a popular .NET library for API testing, to create powerful test scripts.
  • NewtonsoftJson Basics: Understand the basics of Newtonsoft.Json, a widely-used JSON framework for .NET, to handle JSON data efficiently.

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 RestSharp.
  • 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 RestSharp 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
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