Chapter 17. Unit and Functional Testing Applications in WSAD

Testing is fundamental to software development. Unfortunately, most development organizations still perform their tests in the same way that tests were run on the first generation of computers—by hand. Luckily, the situation has improved and tests can now be run in a repeatable and automated way. By providing automated regression tests, you can ensure that your application will continue to work while it is being continuously refined. This allows the implementation of your classes and components to change dramatically during application development. Automated test cases validate that your system fulfills class and component public interface contracts and that the application will continue ...

Get Enterprise Java Programming with IBM WebSphere now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.