____________________________
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.
Leave a Comment