Testing Archives - {coding}Sight https://codingsight.com/category/languages-coding/testing-languages-coding/ Blog for SQL Server DBAs and Developers Thu, 23 Sep 2021 10:37:05 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://codingsight.com/wp-content/uploads/2021/10/cropped-Soсial_-Fb_180х180-1-32x32.png Testing Archives - {coding}Sight https://codingsight.com/category/languages-coding/testing-languages-coding/ 32 32 Automated testing of the desktop application: expediency and frameworks overview https://codingsight.com/automated-testing-of-the-desktop-application-expediency-and-frameworks-overview/ Tue, 29 Oct 2019 00:55:54 +0000 https://codingsight.com/?p=8082 Introduction You have certainly heard about regression and acceptance testing. But do you know how much is actually spent on acceptance testing in a project? We can quickly get an answer to this with the help of a time tracking system like TMetric. On our project, acceptance-testing a desktop application of around 100 assemblies took …

The post Automated testing of the desktop application: expediency and frameworks overview appeared first on {coding}Sight.

]]>
Replacement of Algorithm Testing with Testing of Effects Being Inserted https://codingsight.com/replacement-of-algorithm-testing-with-testing-of-effects-being-inserted/ Mon, 21 Aug 2017 13:01:09 +0000 http://codingsight.com/?p=2062 As I expected, Rule 8 from the article “Rules for Implementing TDD in Old Project” stating that we don’t need to test the algorithm of methods raised many “how” and “why” questions. When writing the previous article, it seemed obvious to me, so I did not go into much details on the matter. In this …

The post Replacement of Algorithm Testing with Testing of Effects Being Inserted appeared first on {coding}Sight.

]]>
SQL Server Unit Testing with tSQLt Framework https://codingsight.com/sql-server-unit-testing-with-tsqlt-framework/ Tue, 17 Nov 2015 07:21:23 +0000 http://codingsight.com/?p=117 In this article, we will talk about the tSQLt framework — a free database unit testing framework for Microsoft SQL Server. You can use tSQLt to create unit tests for SQL Server 2005 (service pack 2 required) and all further versions. The main convenience is that you do not need to switch between various tools to create code and …

The post SQL Server Unit Testing with tSQLt Framework appeared first on {coding}Sight.

]]>