13 lines
486 B
Markdown
Raw Normal View History

2014-01-02 15:58:46 +02:00
=========
## REST Testing and Examples
2016-06-28 12:20:19 +03:00
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
2014-01-02 15:58:46 +02:00
### Relevant Articles:
2014-01-02 16:45:51 +02:00
- [Test a REST API with Java](http://www.baeldung.com/2011/10/13/integration-testing-a-rest-api/)
2016-10-04 15:11:52 +06:00
- [Introduction to WireMock](http://www.baeldung.com/introduction-to-wiremock)
- [REST API Testing with Cucumber](http://www.baeldung.com/cucumber-rest-api-testing)
- [Testing a REST API with JBehave](http://www.baeldung.com/jbehave-rest-testing)