In an earlier post I set how to use Specflow to test SOAP endpoints but what about REST API’s? Given the nature of building URLs to interact with them it should be a cinch!… And it was. By leveraging use of the RestSharp library I was easily able to manipulate an example Rest interface over at http://www.thomas-bayer.com/sqlrest/. So lets have a look at […]