Grinder does look really interesting and appears to me to be geared more for testing the application for a UI and performance perspective.
What I am really after is something that is more database oriented to allow a test suite to initialize data appropriately, run the test, and then clean out the test data. I'm writing new services to insert/update data and want to have a simple way of building tests to make sure that my code is working correctly. Currently, I write a test script that invokes the service and I inspect the results and walk through the code in the debugger. I agree with Brett that "creating data driven tests were still difficult to create and maintain." There's got to be an easier way... Brett - I would be interested in the JXUnit integration with ofBiz since that appears to be inline with what I'm trying to do. Can point me to where I can get what I would need to use it? Thanks, John
