Skip to content

Using Test Driven Development (TDD). In TDD you first write a unit test until it fails, move to the production code to fix the broken test, you get just enough production code in place for the test to pass. Work on the test again until it fails and continue the process (cycle).

Notifications You must be signed in to change notification settings

alexpaul/RandomUserApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RandomUserApp

Using Test Driven Development (TDD). In TDD you first write a unit test until it fails, move to the production code to fix the broken test, you get just enough production code in place for the test to pass. Work on the test again until it fails and continue the process (cycle).

About

Using Test Driven Development (TDD). In TDD you first write a unit test until it fails, move to the production code to fix the broken test, you get just enough production code in place for the test to pass. Work on the test again until it fails and continue the process (cycle).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages