NUnit Test MVC Controller

We want to test the controller in an MVC application. We want to pass values in and be able to catch the response. The response from our controller will tell us if the test has passed or failed. If you…

API Testing with Postman

Postman Postman is a powerful API Testing tool, I've been using it for a while to test the API's I've been creating. It presents you with a friendly GUI for constructing requests and reading…