dbUnit... It rocks! It's available from sourceforge. I use it paired with WebTest for my testing of the website, as well as populating data for cactus style tests that require a specific database setup.
Eric -----Original Message----- From: Ben Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 2:13 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: generating excel files from schema.xml This is a long shot, but worth a try: Does anyone have a ant task or java program handy that could generate an execl file from the schema.xml? The idea is that this excel file could hava a formula to create the following string: INSERT INTO A6 ( 'B1' , B2, B3, B4 ); this would allow for test data to be loaded into the database simply by copying and pasting all the strings into the sql console. Alternativley - does anyone have pointers to test data loading strategies/tools that non techical customers can use? many thanks. Ben http://lizardsoftware.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
