Posts tagged TDD
Dec
01
2011
Testing a REST Web Service with Cucumber
The Cucumber book has been helpful in a way that I saw more options for testing a web service. It's my first time to use HTTParty. In the past, I always used RESTClient gem for this kind of task.
Just think the example is overkill. Maybe we just want to know whether the JSON response includes the data we expect.
Continue reading »