Back to Tags
Unit Test
2 items tagged with "unit-test"
Filter by type:
Glossaries2
Glossary
Test-Driven Development
Test-driven development (TDD) is a software practice in which developers write a failing automated test before writing the code to make it pass, then refactor, repeating in short cycles.
Glossary
Mocking
Mocking is a testing technique that replaces a real dependency with a controllable stand-in object, letting a test isolate the code under test and verify how it interacts with that dependency.