maven
This is the archive for maven.
Dive into the archives.
- Specifying Different Databases for Unit and System Testing
Quality software requires thorough testing. Most applications today also utilize databases for persistent storage. As such, being able to test your application against your target database is important, be it unit testing, functional testing, or system testing.
One of the key points in unit testing code that performs database operations is that the database must always […]

