September 2017
Intermediate to advanced
244 pages
6h 44m
English
In the last chapter, we fixed the issues that we had identified and completed the remaining things in our RESTful web service. However, to ensure quality we need to test our endpoints, and manual testing is not enough. In real-world projects, we can't test each endpoint repeatedly because in the real world there are a lot more endpoints. So, we move towards automated testing. We write test cases and execute them in an automated way. In fact, it makes more sense to write test cases first, run them, and then write code to fulfill the requirements of that test. This method of development is called TDD (Test-driven Development).
TDD is good and ensures that we are working exactly according to our test cases. ...
Read now
Unlock full access