Hi All,
As I slowly begin to grasp the ideas of
unit testing, I was wondering what would be the best way to test a database backend (e.g. create/delete/update/edit instances of a Class)? I have looked into dbUnit and am not quite sure how to proceed. How would I establish a connection with the database? Do I need to manage the transactions?
Thanks very much!