开发者

Testing Stored Procedures with MySQL

开发者_运维知识库

What is the best way to test MySQL stored procedures? How do you test stored procedures with output parameters in the MySql GUI?


My standard method is to create SQL scripts that create the test data, call the stored procedure, and automatically verify the post-conditions of the stored procedure. You could use the MySQL Query Browser to write/run the scripts.

HTH -

Chris

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜