Automatically mock your HTTP interactions to simplify and speed up testingSee the website
Description
VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat file (in yaml format by default).
Related tools (API Testing)
ReqBin is an online API testing tool for REST and SOAP APIs.
HTTP Request & Response Service, written in Python + Flask.
The most popular and friendly mocking framework for .NET
Code Generator for HTTP Requests