Уведомлений еще не было

Книги Lasse Koskela

Lasse Koskela - автор 2 книг. Из известных произведений можно выделить: Test Driven: TDD and Acceptance TDD for Java Developers, Effective Unit Testing: A guide for Java developers. Все книги можно читать онлайн и бесплатно скачивать на нашем портале.

Фильтры
Год написания

Тип сюжета
Тема
Герои
Место действия
Время действия
5.0
0
0
Test Driven: TDD and Acceptance TDD for Java Developers
Test Driven: TDD and Acceptance TDD for Java Developers

In test driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, you improve your design. In acceptance test driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements....

8.0
0
0
Effective Unit Testing: A guide for Java developers
Effective Unit Testing: A guide for Java developers

Code is written by humans who make mistakes - hence bugs and the need for testing. Savvy Java developers know that not all testing is created equal. In addition to traditional functional testing, many shops are adopting developer testing techniques such as unit testing. Specific, automated tests are created to verify the accuracy and function of code while or even before it's written - to cat...