Theory: Unit versus functional test?

Apache NetBeans Wiki Index

Note: These pages are being reviewed.

Unit test is a test on a method not on the overall functionality of a tool or application. Example of unit test if testing of a method than should return always positive integer. Functional test is testing the overall encryption algorithm that uses that method.