Subject | Re: Tools to test storedprocedure |
---|---|
Author | Adam |
Post date | 2005-05-22T23:33:22Z |
--- In firebird-support@yahoogroups.com, "wang960" <wang960@y...> wrote:
It really just works the same way,
insert some data into the database.
run the stored procedure.
run appropriate queries to check the data (or check the result of the
stored procedure if it is selectable).
It can be a bit cumbersome, but in the long run it does pay off.
Adam
> Hi,Yes, dUnit :)
>
> is there any tool similar to dunit to automate the testing of stored
> procedures?
>
> Thanks,
>
> Frank
It really just works the same way,
insert some data into the database.
run the stored procedure.
run appropriate queries to check the data (or check the result of the
stored procedure if it is selectable).
It can be a bit cumbersome, but in the long run it does pay off.
Adam