-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: testing
That’s that one covered.
Almost every project I have worked on over the last 6 years has incorporated a code coverage analysis tool into the build. Most of them have failed the build if the level of coverage has not reached a pre-defined standard … Continue reading
Posted in coding, testing, values
Tagged cobertura, code coverage, code quality, functional tests, integration tests, unit tets
Leave a comment
Revisited: AmbiguousTableNameException with DBUnit
I only had a little time yesterday to follow up on this issue (the priority is low as we know that making the user a non-DBA works) but I’ll document what I have encountered. The programmatic solution I mentioned connection.getConfig().setFeature(DatabaseConfig.FEATURE_SKIP_ORACLE_RECYCLEBIN_TABLES); … Continue reading
AmbiguousTableNameException with DBUnit
We had a problem this week whilst using DBUnit to set up some test data. A quick google didn’t really reveal much so I’ve included a (snipped) stacktrace to help anyone who also encounters this problem: Caused by: org.dbunit.database.AmbiguousTableNameException: BIN$S/1W2ofvNM7gQAB/AQEkDA==$0 … Continue reading
Posted in dbunit, testing
Leave a comment