mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-06 17:26:45 +00:00
4.4 KiB
4.4 KiB
Test Automation with Postman. API Testing
Introduction
- getpostman.com
- blog.getpostman.com
- Dzone: getting started with postman
- Dzone: testing APIs with postman
- Dzone: the postman API network
- Dzone: how to use postman to manage and execute your APIs
- Dzone: how to download and install postman REST client
- Dzone: using postman REST client, quick tips
- Linkedin: API Testing with Postman
- Linkedin: API Testing with Postman — Build a Dynamic Test Suite
- API Testing with Postman — Run a Collection with Docker
- medium: Kubernetes Tutorial: Your Complete Guide to Deploying an App on AWS with Postman 🌟 Use Postman to learn Kubernetes and deploy an app on an AWS cluster
- vaishnavidontha.hashnode.dev: API Testing using Postman - Part 1
- blog.postman.com: Postman’s Proxy Now Fully Supports HTTPS Endpoints
- dev.to: 1 Tip to Double Your Productivity in Postman
- ==blog.postman.com: Introducing the Secret Variable Type in Postman==
- blog.postman.com: Meet Matrix: Postman’s Internal Tool for Working with Microservices
Newman
- Newman is a command-line collection runner for Postman
- blog.balasundar.com: Run Postman collections using Newman and Python
KIE Server and Drools
Alternatives. Rest Assured
- https://rest-assured.io
- Hoppscotch: Open-Source Alternative to Postman
- techwebspace.com: Get Started with the REST Assured Framework: An Example-based Guide REST Assured is a Java library that makes it easy to test RESTful web services. It provides a simple DSL (domain-specific language) for describing the desired behavior of RESTful web service and automatically verifies the results. REST Assured can be used for both automated and manual testing. It has been designed to work with popular open-source automation frameworks such as Selenium, Cucumber, and Spock. REST Assured is particularly well suited for API testing, but it can also be used for testing other types of web services. REST Assured is open source, released under the Apache License 2.0.