Test-Driven Development (TDD)

Test-Driven Development (TDD) image
TDD is a software development methodology where tests are written before the code they are intended to test. 

Its purpose is to reduce the number of bugs early on and to increase testability. 

It follows a short, iterative cycle: 
  • Write a test that fails because the code doesn't exist yet. 
  • Write a minimal amount of code to make the test pass. 
  • Refactor both the test and the code to improve quality. 
  • Repeat. 

TDD helps to ensure that code is testable, well-designed and meets its requirements.
Tool of The Week : Squish image
Who? UI and regression testers. Why? Cross-platform GUI testing. When? Automate early, test often. What? Squish by Qt
Explore MoT
Castelo Branco Meetup image
Tue, 6 May
The Future of Testing in an Automated World: Embracing Continuous Learning and A
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts. Early access available now at a discounted rate!
Leading with Quality
A one-day educational experience to help business lead with expanding quality engineering and testing practices.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.