Adding content for QA road map for Postman/Newman (#2042)

* Adding content for QA road map for Postman/Newman

* Update content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2088/head
parthzz 2 years ago committed by GitHub
parent 0e1559a6e1
commit 502decb530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md

@ -1 +1,11 @@
# Postman newman
# Newman
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. It is an API client that makes it easy for developers to create, share, test, and document APIs. With this open-source solution, users can create and save simple and complex HTTP/s requests and read their responses.
Newman is a command-line Collection Runner for Postman. It enables you to run and test a Postman Collection directly from the command line. It's built with extensibility to integrate it with your continuous integration servers and build systems.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.postman.com'>Postman website</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://learning.postman.com/docs/getting-started/introduction/'>Learn postman</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=VywxIQ2ZXw4'>API testing with postman</BadgeLink>
<BadgeLink badgeText='Course' href='https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/'> Newman cli usage</BadgeLink>

Loading…
Cancel
Save