#test-driven-development

[ follow ]
InfoQ
3 weeks ago
JavaScript

Is Your Test Suite Brittle? Maybe It's Too DRY

Don't repeat yourself (DRY) principle applies to test code; duplication causes maintainability issues. Clearly separate test steps. TDD offers benefits like quicker feedback and better coverage. [ more ]
CodeProject
5 months ago
JavaScript

Test-Driven Development in C#

Test-driven development (TDD) involves writing tests before writing code.
TDD is done in five steps: write a test, the test must fail at the beginning, write the code so that the test passes, execute the test and make sure it passes, refactor the code. [ more ]
Python Test
4 months ago
Python

Python Test | 212: Canon TDD - by Kent Beck

Kent Beck released a book called 'Test Driven Development by Example' in 2002.
Kent Beck wrote an article called 'Canon TDD' in December 2023. [ more ]
DevOps.com
5 months ago
Software development

2024: The Year of Testing - DevOps.com

Traditional and security testing are following similar directions and facing increasing complexity and automation.
Test-driven development (TDD) is essential for developing APIs and ensuring correct behavior.
TDD is primarily a developer's tool, but the test team can still play a role by examining specific areas. [ more ]
[ Load more ]