| Article: |
Effective Unit Testing with DbUnit | |
| Subject: | how to test stored procedure | |
| Date: | 2006-03-02 07:32:14 | |
| From: | suman_s65 | |
|
Response to: how to test stored procedure
|
||
| You may need to use the combination of DBUnit[to simulate different database states] with sqlunit[for testing stored procedures..http://sqlunit.sourceforge.net] | ||

