👉Unit Test Stored Procedures and Azure SQL Database Changes with CI/CD Pipelines
Without unit testing, one has no choice but to rely on system and integration tests which are normally performed in the later stage of the SDLC.
Unit testing of stored procedures is also very crucial. If the bugs in stored procedures are not caught in the early stage of development, it is very challenging to roll back the data changes that have been made to the database. In this session, we will explore ways of writing database tests and running them as part of our Azure CI/CD pipelines.
🗣 Chun Lin
.NET Foundation Member