Question

We are using Power Designer for Database Modelling and whenever something is changed in model (column name, datatypes etc) have go back and test all depended stored procedures and fix them accordingly.

What would be the best tool to do unit testing of database.

Thanks

Was it helpful?

Solution

I've used DBFit (open source) for unit testing stored procs.

To approach the problem from a different angle, if you're using SQL Server, you might find the newly-released (free) SQL Search a useful tool for tracking down dependencies.

OTHER TIPS

You might want to take a look at DBUnit - it's definitely worth giving a try.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top