You can access the distribution details by navigating to My Print Books(POD) > Distribution
Design By Test (DBT) book focuses on how to write production code for designing a website via Jasmine test framework. This book lay emphasis on Jasmine basics as well as advance concepts to design a test for html attributes, populating drop-down elements from file or via API call.
The basics knowledge of Angular and JavaScript is added advantage but not the requirement to understand the Design by Test concepts.
The flow of the book takes you with ease to demonstrate and make you understand about the beauty of how test dictates the production code. The complex service call to link API and save HTML form data to DB has been demonstrated, which would help you to master Test driven development (TDD). This book includes exactly the experience a software engineer of any experience is looking while developing software for their client.
Would recommend it to all level of Jasmine users.
This has a bit more practical approach towards testing that you usually find. Good examples and clearly written steps.
Test - code -Refcator - TDD
TDD is now new normal in commercial software development.
This book has explained with ease about this concept with full web page designed with various complex integration point.