As much as a like JUnit, be sure you understand that it is just for
unit testing. It is not well suited to web testing, load testing, GUI testing, client/server testing, etc.
JTest is very similar, but commercial. I like JTest in principle, but hate the UI. JTest has the same limitations as the ones named for JUnit, above.
--Mark