I have read all discussion in the stack overflow, but still this is unclear to me
I have 4 methods to test 1. Create 2. Update 3. Read 4. Delete
As per jUnit standarrds, a unit test is suppose to run independently in any order. But now my question is, Assume the database is empty , the test cases update, read, delete are absolutely useless or wont work as expected.
Now, whats the elegant way to handle this? Apart from running a init SQL script right in to the DB