I'm looking for a good way of testing service methods that do CRUD on various tables in the database.
I reviewed the framework/testtools and it didn't seem that there was much if anything going on there nor did it appear to address manipulation of test database data. While poking around I ran into ProposedOFBizTestFramework document by Brett Palmer that uses JXUnit (http://ofbizwiki.go-integral.com/Wiki.jsp?page=ProposedOFBizTestFramework ). This document looks quite promising and seems like it is exactly what I am looking for but the ofbiz-test that it referenced no longer exists at SourceForge. Is this a dead project? If not, where is it now located? What is the best practices for writing a test suite for new services that are manipulating data? Thanks! John
