Skip to content

yh-sg/Java-Tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test-Driven Development

Plan Ahead

Study the user stories first (As...., I want...., so that....)

What features/components need test coverage most?

What are the high priority test cases?

For persistence layer: what type? relational, graph or both?

What type of test is needed? Unit(Single Unit)? Integration(Test interaction between units)? Both?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages