Skip to content

Test Driven Development (TDD) involves writing tests before the code is written. The tests are written so that the subsequent code must be written correctly to pass it with the intended consequences.

the1michaelt/TDD-Unit-Testing-TS-LAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

TDDUnitTesting_TS_LAB

Test Driven Development (TDD) involves writing tests before the code is written. The tests are written so that the subsequent code must be written correctly to pass it with the intended consequences.

Unit testing involves testing down to the smallest individual components of a frontend app, feature, or function.

Unit TDD ensures that, if the smallest components pass the tests, then the aggregation of tested components should also perform.

About

Test Driven Development (TDD) involves writing tests before the code is written. The tests are written so that the subsequent code must be written correctly to pass it with the intended consequences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published