JAX-WS: del.icio.us/tag/jax-ws
Java
netbeans
article
webservices
Tutorial
unit-testing
junit
xml
WSDL
jax-ws
TestGen is a collection of open-source tools that automatically generates unit test cases. The first released component of TestGen is TestGen4J. TestGen4J automatically generates JUnit test cases from your own Java class files, or source files. Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that defines boundary conditions for the data types. The test code is separated from test data with the help of JTestCase.
testgen4j
Java
test
testing
junit
unit-testing
generate
unit-tests
Abbot is a simple framework for automation and unit and functional testing of Java GUIs, both AWT/Swing and SWT.
Abbot facilitates generating user actions and examining component state and supports recording and playback via user-editable XML (“Costello”).
abbot
Java
AWT
unit-testing
SWT
swing
testing
gui
automation
License:CPL
Imposes restrictions that apply only to unit tests and not system tests or integration tests, which are also of great importance to the success of any project. Unit tests, at least one for each class in your codebase, should be clean, decoupled from one another, and run ultra-fast. You should be able to run thousands of unit tests and get your green bar in a few seconds. Achieving that kind of performance takes major discipline on the part of the developer and Ashcroft helps you learn that discipline by failing tests which stray from best practices for unit tests.
Compatible with JUnit and JDK 1.3+