I have seen a couple of question regarding creating datasets in DbUnit here on StackOverflow, but all of them were regarding export data from existing tables.
My question is, can DBUnit create some dummy dataset basing on my database schema? I don't care whether the strings would be like "ZDSFFDSDGF" and BLOBS would be just garbage. I just need some test data and I'd prefer to spend my time developing instead of populating my tables.
Any solutions, pointers? A Netbeans plugin doing that would be just great, but I guess this is just a wishful thinking...