Ad Code

Give 2 Unit Testing Tips.

Give 2 Unit Testing Tips.



  • For small projects you can imbed the unit test for a module in the module itself 
  • For larger projects you should keep the tests in the package directory or a /test subdirectory of the package
Reactions

Post a Comment

0 Comments