From 502decb530b305c59cc87d4317e5268821210a6f Mon Sep 17 00:00:00 2001 From: parthzz Date: Tue, 4 Oct 2022 02:00:24 +0530 Subject: [PATCH] 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 --- .../102-backend-automation/103-postman-newman.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md index 6d2a234dd..031f4e85c 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md @@ -1 +1,11 @@ -# Postman newman \ No newline at end of file +# 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. + +Free Content +Postman website +Learn postman +API testing with postman + Newman cli usage