Skip to content

wvdb/java-training-db-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-project1

Unit Testing

Unit testing:

  • don't go for the easy path
  • unit tests should be small and should contain little logic
  • when a unit test fails, it is easy to understand the reason for the failure
  • A single test should not depend on running other tests before it, nor should it be affected by the order of execution of other tests.
  • unit testing, integration testing, load testing, stress testing ....
  • TDD (test driven development)
  • BDD (behavior driven development) -> cucumber : https://cucumber.io/school

Webpages to read:

About

Usage of JDBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages