Has anyone had any success in unit testing SQL stored procedures?

前端 未结 16 864
孤街浪徒
孤街浪徒 2020-12-12 17:38

We’ve found that the unit tests we’ve written for our C#/C++ code have really paid off. But we still have thousands of lines of business logic in stored procedures, which o

16条回答
  •  轮回少年
    2020-12-12 17:57

    You can also try Visual Studio for Database Professionals. It's mainly about change management but also has tools for generating test data and unit tests.

    It's pretty expensive tho.

提交回复
热议问题