• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
 
Unit testing
Vocabulary, styles, toys
 ____________________________ 
 
 
 ____________________________ 
Vocabulary
 
[…]
 I'm a pretty lazy person and am prepared to work quite hard in order to avoid work. (Martin Fowler – The Value of Self Testing code)
self validating (tests check their own results)fasteasy (no long tutorials before being able to use)integratedextendableJUnit frameworkJUnit framework has become Widely Used
 
 
 ____________________________ 
Vocabulary
 
“Unit tests are tests written with JUnit” (naive, simplistic,false )
Unit Tests
Integration, Functional, Acceptance Tests ->
also written with JUnit
 
If Unit tests cannot be defined via it’s Unit Testing Framework, what arethey?
Unit Testing 
: - tests that perform a verification of a unit of code (article)- “a unit test has no dependencies” (article)- a method of testing that verifies individual units of sourcecode are working properly (wikipedia)
Integration testing 
: - the part of software testing in which individual softwaremodules are combined and tested together as a group.
 
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...