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