Editing
Test-Driven Development
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Test-Driven Development (TDD)''' β A process where you write an automated test before you write the code to fulfill that test. * '''Unit Test''' β A test that checks one single "Unit" of code (e.g., one function or one class) in isolation. * '''Integration Test''' β A test that checks how different parts of the system work together. * '''Red-Green-Refactor''' β The core cycle of TDD: Write a failing test (Red), make it pass (Green), and clean up the code (Refactor). * '''Mocking''' β Creating a "Fake" version of a dependency (like a database or an API) to test your code without needing the real thing. * '''Code Coverage''' β The percentage of your codebase that is "Covered" by automated tests. * '''Regression''' β A bug that appears in an old feature after you change something else. * '''Continuous Integration (CI)''' β A system that automatically runs all your tests every time you save your code. * '''Assert''' β The command used in a test to say: "I expect the result to be X." * '''Kent Beck''' β The software engineer who "Rediscovered" TDD and made it a core part of Extreme Programming (XP). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information