Skip to content

A Sample Solution to show TDD (Test-driven development) using tSQLt (Database unit-testing framework) within SSDT.

License

Notifications You must be signed in to change notification settings

haroonashraf/BestBooksTDD-SSDT

Repository files navigation

BestBooksTDD-SSDT

A Visual Studio SSDT (SQL Server Data Tools) Sample to show how tSQLt is used to implement TDD (Test-Driven Development).

Screenshot

Install

(1) Download the solution and Open in Visual Studio (2015).

(2) Change the connection strings and point them to your local SQL instance.

(3) Compile Solution to see if all works well.

(4) Debug Solution (F5) to run (already written) automated tests followed by deploying changes to debug databases.

FAQ

What to do if my automated tSQLt unit tests do not run when I debug my solution?

Please make sure that you have selected "Multiple startup projects" under Startup Project Properties in Solution settings as shown below:

Screenshot

Contributing

If you'd like to contribute to this Project, please feel free to share your thoughts.

License

MIT License

About

A Sample Solution to show TDD (Test-driven development) using tSQLt (Database unit-testing framework) within SSDT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published