Subject Re: Tools to test storedprocedure
Author Adam
--- In firebird-support@yahoogroups.com, "wang960" <wang960@y...> wrote:
> Hi,
>
> is there any tool similar to dunit to automate the testing of stored
> procedures?
>
> Thanks,
>
> Frank

Yes, dUnit :)

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