tech/webdev magazine

September 17, 2019

Create Test Suites With Postman And Newman

Tuesday, September 17, 2019 Teklinks

Postman is a free development tool which helps testing API. It provides a complete API testing desktop application allowing us to create requests, organise them in collections and write test assertions while also providing variables management at different levels, environment level, collection level or request level. On top of that, it can easily be integrated into our automated CI using Newman, the CLI for running collections.

Full article