Testing - Mock server (Mock Backend)

Testing Infrastructure

About

mock server are backend application that mocks a real one by responding to request with pre-defined result.

They are used mainly in the development of web application in order to mock a Web service (such as rest)

Configuration

A mock server is configured as a proxy gateway in the development environment.

List

Specific

Proxy

proxy or/and sniffer can also respond

OpenAPI support

yarn global add @stoplight/prism-cli
prism mock -d https://raw.githack.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore-expanded.yaml





Discover More
HTTP - Gateway (Reverse Proxy)

A reverse proxy (or gateway) is a proxy that is configured to appear to the client just like an ordinary web server. Traffic from the internet at large enters system through reverse proxy, which then...
Browser
Headless browser - WebDriver / ChromeDriver (automated testing - W3C WebDriver API )

A WebDriver is a application: that control / drive real browsers. via function that are available via the the WebDriver API Each browser is backed by a specific WebDriver implementation, called...
Web Service - Representational State Transfer (REST|RESTful) Web services

Representational State Transfer (REST) Web services, or “RESTful” Web services describes any simple interface that transmits data over a standardized interface (such as HTTP) without an additional...



Share this page:
Follow us:
Task Runner