开发者

Best tool for unit testing in MySQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_运维知识库

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I've been doing a lot of sproc programming in MySQL lately.

And I must say that I like it. A lot.

However debugging these babies sucks.

Anyone know of any tools that can put some happiness in My MySQL debugging?


http://www.mydebugger.com/

There is a limited free version, but the full version is not too expensive either.

Here is screenshot:

Best tool for unit testing in MySQL [closed]


Have you considered using

https://github.com/hepabolu/mytap

For unit testing the db you should have something native that works in MySQL.


For Unit Testing, you can try this: http://stk.wikidot.com/stk-unit


If you pefer writing your test in C++ you can use googletest:

https://code.google.com/p/googletest/

You can find a good overview on the mySQL documentation webside:

http://dev.mysql.com/doc/mysqltest/2.0/en/unit-tests-google-test.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜