Brief Introduction
Getting started with Postman and Newman for Software Developers, Testers and DevOpsDescription
Postman is a great tool for testing APIs, which helps building APIs faster. If you are new to Postman, this course will help you to get started with the software and test your APIs in no time.
I have divided this course into several sections. I will start by showing the overview of Postman. Then I will discuss about sending API requests & responses. I will show how to manage APIs into collections and share with anyone. Then I will cover variables, environments & how to write test scripts. Also I will show you how to automate your testing with combination of all these tools & collection runner. Final topic will be showing you a complete testing workflow with Twitter API.
Requirements
- Requirements
- You should have basic understanding of RESTful APIs
- You should have basic programming knowledge, specially Javascript
- You should know about HTML and JSON format
- You should know how to access JSON data using Javascript
- You should know how to install and run commands in the terminal