Mock Service Worker

Testing Infrastructure

About

Mock Service Worker is a mocking app for HTTP request that:

  • intercepts requests at the network layer
  • and returns data as simple objects via mock handlers defined in a file.

You can write everything as if it was communicating with a backend service.

Advantage

  • It does not require to write application or test code
  • You can have API calls return bad data for unhappy path testing, particular data for layout testing, etc.





Discover More
Browser
Browser - Fetching Resources (Request/Response)

This article is fetching (http request/response) in the browser. User agents can implement a variety of transfer protocols to fetch resources such as: HTTP : , ... Form FTP ... rendering...
Web Services - (Library|Tools)

This page lists the tools that can be used when developing or using a web service. GUI This section regroups the GUI application that permits to interact with a web service. Postman...



Share this page:
Follow us:
Task Runner