September 2017
Intermediate to advanced
244 pages
6h 44m
English
No matter if you are writing a RESTful web service or making a website, writing test cases is always important. For that purpose, code must also be testable. So tests (unit tests) not only test the code against requirements, but also check if the code is flexible enough and loosely coupled. Tightly coupled code can not be that much testable as compared to loosely coupled code.
Writing test cases in code also makes code cleaner and more agile, which can be modified easily. In the case of a web service, API tests are also convenient.
Read now
Unlock full access