Web Service Testing with Postman Tutorial
This tutorial series will show you the advanced features of building and performing unit tests using Chrome browser Postman plug-in.
Prerequisite
Required understanding of basic Postman features. JavaScript and Ajax 9 - Unit Test using Postman from ObjectGraph LLC on Vimeo.
Introduction
Explains why advanced testing web services with Postman and Jetpack is useful. Also shows the flow of how the process works and explains the basics of the php scripts used. Web Service Testing with Postman 1 from ObjectGraph LLC on Vimeo.
Postman Script Setup
Shows how to input parameters and receive output to perform unit tests in Postman using login and search as example web services. Web Service Testing with Postman 2 from ObjectGraph LLC on Vimeo.
Creating Test Cases with Jetpack
Explains how to use javascript with Jetpack to create test cases using a success message and the existence of items as example tests. Web Service Testing with Postman 3 from ObjectGraph LLC on Vimeo.
Environments
Introduces Environments for separating demo and development projects. Also shows how to save reused parameters, such as tokens, for basic automation. Web Service Testing with Postman 4 from ObjectGraph LLC on Vimeo.
Collection Runner
Shows how to use Collection Runner to fully automate the testing process by specifying collection, environment, iterations, and delay. Also shows how to use the same tests across environments and how to perform benchmark tests. Web Service Testing with Postman 5 from ObjectGraph LLC on Vimeo.
Newman
Shows how to use Newman for command line testing. Web Service Testing with Postman 6 from ObjectGraph LLC on Vimeo.