dbunit, can same XML representation of database file be used for different databases

Posted by changed on Stack Overflow See other posts from Stack Overflow or by changed
Published on 2010-04-23T16:32:12Z Indexed on 2010/04/24 18:13 UTC
Read the original article Hit count: 291

Filed under:
|

Hi

I am trying to do unit testing of database access layer of my project. But thing is i need to test this layer using apache derby database and during production testing i need to do it on oracle.

So can i use same xml representation of database to do so using dbunit ?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about dbunit