﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Testing</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Testing posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Getting Started Testing Databases with tSQLt</title><description><![CDATA[<p>There are several frameworks for assisting with the testing of SQL Server databases, but tSQLt is popular because it is written in TSQL and is simple for a database developer to set up and use. It doesn't get in the way. Rob Sheldon shows you how to get started.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/98653/</guid><pubDate>Thu, 16 May 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/98653/</link></item><item><title>Generating Data for Database Tests</title><description><![CDATA[<p>It is more and more essential for developers to work on development databases that have realistic data in both type and quantity, but without using real data. It isn't exactly easy, even with third-party tools to hand. Phil Factor shows how it can be done, taking the classic PUBS database and giving it a more realistic set of data.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/89593/</guid><pubDate>Wed, 11 Apr 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/89593/</link></item><item><title>Using SQL Test Database Unit Testing with TeamCity Continuous Integration</title><description><![CDATA[<p>With database applications, the process of  test and integration can be frustratingly slow because so much of it is based on manual processes. Everyone seems to agree that automation of the process provides the answer to accomodating shorter development cycles, but how, exactly? Dave Green describes a successful process that integrates third-party tools.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/88701/</guid><pubDate>Thu, 23 Feb 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/88701/</link></item><item><title>Writing Maintainable Code</title><description><![CDATA[<p>Writing maintainable code is hard. It must be understandable, testable and readable. Any one of these can be tricky, and together they seem pretty daunting. Thankfully, Michael Williamson makes it look easy to become a code craftsman.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/76099/</guid><pubDate>Fri, 07 Oct 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/76099/</link></item><item><title>SQL Server Unit Testing with tSQLt </title><description><![CDATA[<p>When one considers the amount of time and effort that Unit Testing consumes for the Database Developer, is surprising how few good SQL Server Test frameworks are around. tSQLt , which is open source and free to use, is one of the frameworks that provide a simple way to populate a table with test data as part of the unit test, and check the results with what should be expected. Sebastian Meine and Dennis Lloyd, who created tSQLt, explain</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/72137/</guid><pubDate>Wed, 19 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/72137/</link></item><item><title>An Example of Test-Driven Development, Part 3</title><description><![CDATA[<p>Andy Leonard continues on with his series on TDD. This time he performs some refactoring on his solution.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Testing/67397/</guid><pubDate>Fri, 12 Nov 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Testing/67397/</link></item><item><title>An Example of Test-Driven Development</title><description><![CDATA[<p>Developing a database can be an trying experience, and it's ways good to see how someone else builds a design. In this new article, MVP Andy Leonard shows us how to build a database using test-driven development for a weather database.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Testing/66553/</guid><pubDate>Fri, 29 Oct 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Testing/66553/</link></item><item><title>Testing at Scale</title><description><![CDATA[<p>It seems that many companies don't have the luxury of working with a variety of hardware configurations to test their architecture before deploying their applications. Some of the issues involve time and some involve tools. Steve Jones has an idea that could help with the latter today.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68768/</guid><pubDate>Mon, 16 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68768/</link></item><item><title>Testing at Scale</title><description><![CDATA[<p>It seems that many companies don't have the luxury of working with a variety of hardware configurations to test their architecture before deploying their applications. Some of the issues involve time and some involve tools. Steve Jones has an idea that could help with the latter today.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/68767/</guid><pubDate>Mon, 16 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/68767/</link></item><item><title>Testing at Scale</title><description><![CDATA[<p>It seems that many companies don't have the luxury of working with a variety of hardware configurations to test their architecture before deploying their applications. Some of the issues involve time and some involve tools. Steve Jones has an idea that could help with the latter today.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68769/</guid><pubDate>Mon, 16 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68769/</link></item><item><title>Testing at Scale</title><description><![CDATA[<p>It seems that many companies don't have the luxury of working with a variety of hardware configurations to test their architecture before deploying their applications. Some of the issues involve time and some involve tools. Steve Jones has an idea that could help with the latter today.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68770/</guid><pubDate>Mon, 16 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68770/</link></item><item><title>Is Unit Testing Important?</title><description><![CDATA[<p>Testing our applications is important, but at what level do we need to test? Steve Jones talks about unit testing today, and wonders if this is prevalent for SQL Server developers.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/68586/</guid><pubDate>Tue, 10 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/68586/</link></item><item><title>William Durkin, Serial Red Gate Beta Tester</title><description><![CDATA[<p>In this article sponsored by Red Gate, read about a beta tester's experience with new versions of SQL tools.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67544/</guid><pubDate>Thu, 16 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67544/</link></item><item><title>An Example of Test-Driven Development, Part 3</title><description><![CDATA[<p>Andy Leonard continues on with his series on TDD. This time he performs some refactoring on his solution.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Testing/67397/</guid><pubDate>Fri, 12 Nov 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Testing/67397/</link></item><item><title>An Example of Test-Driven Development</title><description><![CDATA[<p>Developing a database can be an trying experience, and it's ways good to see how someone else builds a design. In this new article, MVP Andy Leonard shows us how to build a database using test-driven development for a weather database.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Testing/66553/</guid><pubDate>Fri, 29 Oct 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Testing/66553/</link></item><item><title>SQL Unit Testing</title><description><![CDATA[<p>This article talks about an easy way to add hundreds of unit tests in your solution using SQL Load Test from Codeplex.</p>]]></description><guid>http://www.sqlservercentral.com/articles/System+Development+Life+Cycle/66133/</guid><pubDate>Wed, 08 Apr 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/System+Development+Life+Cycle/66133/</link></item><item><title>State Models - Database Weekly (Feb 16, 2009)</title><description><![CDATA[<p>Testing software is important, and the use of state models can help. This week Steve Jones talks about a new book that exposes software testing at Microsoft.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/65905/</guid><pubDate>Mon, 16 Feb 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/65905/</link></item><item><title>State Models - Database Weekly (Feb 16, 2009)</title><description><![CDATA[<p>Testing software is important, and the use of state models can help. This week Steve Jones talks about a new book that exposes software testing at Microsoft.</p><!-- 5 Minutes (SQL Source Control)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012"><img src="http://assets.red-gate.com/external/SSC/SOC5mins68x68.gif" alt="sqlsourcecontrol"></td>   <td><strong>Database source control in just 5 minutes</strong><br />It takes just 5 minutes to connect your SQL databases to source control. Got 5 minutes to spare?  <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012">Get started now.</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65908/</guid><pubDate>Sat, 14 Feb 2009 00:09:54 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65908/</link></item><item><title>State Models - Database Weekly (Feb 16, 2009)</title><description><![CDATA[<p>Testing software is important, and the use of state models can help. This week Steve Jones talks about a new book that exposes software testing at Microsoft.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65907/</guid><pubDate>Sat, 14 Feb 2009 00:00:39 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65907/</link></item><item><title>State Models - Database Weekly (Feb 16, 2009)</title><description><![CDATA[<p>Testing software is important, and the use of state models can help. This week Steve Jones talks about a new book that exposes software testing at Microsoft.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65906/</guid><pubDate>Fri, 13 Feb 2009 23:48:49 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65906/</link></item><item><title>Easy and Repeatable Testing of DB Code (Stored Procs, etc.) with DbFit</title><description><![CDATA[<p>Testing DB code is not fun or easy so it usually gets ignored.  But now there’s a super-easy way to test using DBFit.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Testing/64636/</guid><pubDate>Thu, 13 Nov 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Testing/64636/</link></item><item><title>Predictable Index Fragmentation</title><description><![CDATA[<p>This technical article provides an overview of how to produce specific levels of index fragmentation.  Useful for creating test plans.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Indexing/64424/</guid><pubDate>Wed, 29 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Indexing/64424/</link></item><item><title>How to Take Part in a Beta Test</title><description><![CDATA[<p>A description of the things to avoid and do when involved with a beta test.</p><!-- 15 seconds (SQL Monitor) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Get alerts within 15 seconds of SQL Server issues</strong><br />SQL Monitor checks performance data every 15 seconds, so you can fix issues before your users even notice them.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/beta+testing/64086/</guid><pubDate>Fri, 26 Sep 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/beta+testing/64086/</link></item><item><title>Close these Loopholes - Reproduce Database Errors</title><description><![CDATA[<p>This is the final part of Alex's ground-breaking series on unit-testing Transact-SQL code. Here, he shows how you can test the way that your application handles database-related errors such as constraint-violations or deadlocks. With a properly-constructed test-harness you can ensure that the end-user need never see the apparent gobbledegook of database system error messages, and that they are properly and robustly handled by the application.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/63252/</guid><pubDate>Thu, 12 Jun 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63252/</link></item><item><title>Scalability and Goal Testing for Developers</title><description><![CDATA[<p>Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/62908/</guid><pubDate>Fri, 09 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62908/</link></item><item><title>Testing SQL Stored Procedures Using LINQ</title><description><![CDATA[<p>The need to test a program that accesses and manipulates a back-end SQL Server&#174; database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/62915/</guid><pubDate>Thu, 08 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62915/</link></item><item><title>Apply Test-Driven Development to your Database Projects</title><description><![CDATA[<p>This article from MSDN discusses the benefits of TDD and bringing unit testing to your database development.</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/62306/</guid><pubDate>Fri, 07 Mar 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62306/</link></item><item><title>Create a Custom Test Interface Provider for Team Sytem</title><description><![CDATA[<p>This article looks at fuzzy testing and how to build a provider for your own use.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/61426/</guid><pubDate>Fri, 16 Nov 2007 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61426/</link></item></channel></rss>