Updated Home (markdown)

Stef Heyenrath
2017-05-12 22:23:34 +02:00
parent 227b9a3dba
commit 8e7de5e58d

@@ -7,6 +7,10 @@ A core feature of WireMock is the ability to return canned HTTP responses for re
WireMock.Net has the ability to selectively proxy requests through to other hosts. This supports a proxy/intercept setup where requests are by default proxied to another (possibly real, live) service, but where specific stubs are configured these are returned in place of the remote services response. Responses that the live service cant be forced to generate on demand can thus be injected for testing.
[Wiki : Proxying](https://github.com/StefH/WireMock.Net/wiki/Proxying).
## Record (via proxy) and Save
WireMock.Net has the ability to create stub mappings by recording them while you send requests. This can be used to quickly capture a collection of responses from a real service then use them offline in your tests.
[Wiki : RecordAndSave](https://github.com/StefH/WireMock.Net/wiki/RecordAndSave).
## Using WireMock.Net in UnitTest framework
You can use your favorite test framework and use WireMock within your tests, see
[Wiki : UnitTesting](https://github.com/StefH/WireMock.Net/wiki/Using-WireMock-in-UnitTests).