
4. Testing
Testing is a software development method to increase software quality. There are several distinct types of testing which vary in granularity and purpose:
- Unit Testing: A test that validates an individual unit of source code, usually a function or a method.
- Integration Testing: A test in which a combination of components are tested together to ensure they are working well as a group. Preferably participating components are unit-tested.
- Acceptance Testing: A test in which a software system is tested as a whole. Acceptance testing declares the standards to which a software system is considered to be working (= accepted).
Subscribe to the feed
Follow me on Twitter