mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
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>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user