How AI Will Change Software Development and Testing
Artificial intelligence is the fuel for what we know as the fifth industrial revolution. Its...
Automate Database Test Restore in SQL Server
This article talks about automating the database restoration process which is often done manually by the DBA or the infrastructure team...
Simplifying Unit Testing Main Stored Procedure Which Also Calls a Utility Procedure
This article provides a walkthrough of database unit testing a stored procedure which contains a utility procedure within it. In this...
Art of Isolating Dependencies and Data in Database Unit Testing
All the database developers more or less write database unit tests that not only help in detecting...
Rules for Implementing TDD in Old Project
The article “Sliding Responsibility of the Repository Pattern” raised several questions, which are very difficult to...
Why Using Unit Tests is a Great Investment into High-Quality Architecture
I have decided to write this article in order to show that unit tests are not only a tool to grapple with regression in the code but is...