How to do database unit testing?

前端 未结 7 1110
时光取名叫无心
时光取名叫无心 2021-01-30 00:15

I have heard that when developing application which uses a database you should do database unit testing. What are the best practices in database unit testing? What are the prima

7条回答
  •  灰色年华
    2021-01-30 00:39

    Take a look on DBTestDriven framework. It works great for us. Download it from GitHub or their website.

提交回复
热议问题