Skip navigation.

Designing JUnit test cases: Effective functional testing

Designing JUnit test cases: Effective functional testing

Functional testing, or integration testing, is concerned with the entire system, not just small pieces (or units) of code. It involves taking features that have been tested independently, combining them into components, and verifying if they work together as expected. For Java, this testing is typically performed using the JUnit framework.

Author: Nada daVeiga
Published: November 24, 2006