Designing JUnit test cases: Effective functional testing
Designing JUnit test cases: Effective functional testing
Submitted by webmaster@testdriven.com (Links) on Thu, 30/11/2006 - 01:59.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
Author: Nada daVeiga
Published: November 24, 2006
