mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-19 07:37:28 +00:00
41 lines
3.6 KiB
Markdown
41 lines
3.6 KiB
Markdown
# Test Automation with Postman. API Testing
|
||
- [Introduction](#introduction)
|
||
- [Newman](#newman)
|
||
- [KIE Server and Drools](#kie-server-and-drools)
|
||
- [Alternatives. Rest Assured](#alternatives-rest-assured)
|
||
|
||
## Introduction
|
||
- [getpostman.com](https://www.getpostman.com/)
|
||
- [blog.getpostman.com](https://blog.getpostman.com/)
|
||
- [Dzone: getting started with postman](https://dzone.com/articles/getting-started-with-postman)
|
||
- [Dzone: testing APIs with postman](https://dzone.com/articles/testing-apis-with-postman)
|
||
- [Dzone: the postman API network](https://dzone.com/articles/the-postman-api-network)
|
||
- [Dzone: how to use postman to manage and execute your APIs](https://dzone.com/articles/how-to-use-postman-to-manage-and-execute-your-apis)
|
||
- [Dzone: how to download and install postman REST client](https://dzone.com/articles/how-to-download-and-install-postman-rest-client-so)
|
||
- [Dzone: using postman REST client, quick tips](https://dzone.com/articles/using-postman-rest-client-cleverly-some-quick-tips)
|
||
- [Linkedin: API Testing with Postman](https://www.linkedin.com/pulse/api-testing-postman-michael-montgomery/)
|
||
- [medium: API Testing with Postman](https://medium.com/@michaelkm03/rest-api-test-automation-with-postman-jenkins-1-of-3-860edf3c2a45)
|
||
- [Linkedin: API Testing with Postman — Build a Dynamic Test Suite](https://www.linkedin.com/pulse/api-testing-postman-build-dynamic-test-suite-michael-montgomery/)
|
||
- [medium: API Testing with Postman — Build a Dynamic Test Suite](https://medium.com/@michaelkm03/api-testing-with-postman-build-a-dynamic-test-suite-e874f4d78e69)
|
||
- [API Testing with Postman — Run a Collection with Docker](https://www.linkedin.com/pulse/api-testing-postman-run-collection-docker-michael-montgomery/)
|
||
- [medium: Kubernetes Tutorial: Your Complete Guide to Deploying an App on AWS with Postman 🌟](https://medium.com/better-practices/kubernetes-tutorial-b6f302a67426) Use Postman to learn Kubernetes and deploy an app on an AWS cluster
|
||
- [vaishnavidontha.hashnode.dev: API Testing using Postman - Part 1](https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-1)
|
||
- [vaishnavidontha.hashnode.dev: API Testing using Postman - Part 2](https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2)
|
||
- [vaishnavidontha.hashnode.dev: API Testing using Postman - Part 3](https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3)
|
||
- [blog.postman.com: Postman’s Proxy Now Fully Supports HTTPS Endpoints](https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints/)
|
||
- [dev.to: 1 Tip to Double Your Productivity in Postman](https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm)
|
||
- [==blog.postman.com: Introducing the Secret Variable Type in Postman==](https://blog.postman.com/introducing-secret-variable-type-in-postman/)
|
||
## Newman
|
||
- [Newman](https://github.com/postmanlabs/newman) is a command-line collection runner for Postman
|
||
- [blog.balasundar.com: Run Postman collections using Newman and Python](https://blog.balasundar.com/run-postman-collections-using-newman-and-python)
|
||
|
||
## KIE Server and Drools
|
||
- [Drools](https://www.drools.org/)
|
||
- [Automated API testing for the KIE Server 🌟](https://developers.redhat.com/blog/2020/05/01/automated-api-testing-for-the-kie-server/)
|
||
- [KIE Server](https://registry.hub.docker.com/r/jboss/kie-server/)
|
||
|
||
## Alternatives. Rest Assured
|
||
- https://rest-assured.io
|
||
- [automationqahub.com: Latest Rest Assured Interview Questions](https://automationqahub.com/latest-rest-assured-interview-questions/)
|
||
- [Hoppscotch: Open-Source Alternative to Postman](https://hoppscotch.io)
|