From e18a2ef6691a39a5c0284046d7bdb8cbf3e1af5e Mon Sep 17 00:00:00 2001 From: Timo Fuchs Date: Fri, 20 Dec 2019 13:40:37 +0100 Subject: [PATCH] Update Postman --- radar/2019-11-01/postman.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2019-11-01/postman.md diff --git a/radar/2019-11-01/postman.md b/radar/2019-11-01/postman.md new file mode 100644 index 0000000..bedf935 --- /dev/null +++ b/radar/2019-11-01/postman.md @@ -0,0 +1,10 @@ +--- +title: "Postman" +ring: trial +quadrant: tools + +--- +[Postman](https://www.getpostman.com/) is an API testing and documentation tool. Requests can be bundled into folders +and easily be configured to be executed against multiple environments. Responses can be evaluated using the "test" feature. + +Even automated testing is possible using [Newman](https://www.npmjs.com/package/newman) as an addition to Postman. \ No newline at end of file