SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Testing Rss

Refine your search with one of the following additional tags (with number of items):

System Development Life Cycle (2)     Data Dude (1)     Programming (1)    
VSTS (2)     LINQ (1)     Scalability (1)    
.Net (1)    
   Items 1 to 5 of 5   
 

Close these Loopholes - Reproduce Database Errors

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.  Read more...
By Additional Articles 2008/06/12 | Source: SimpleTalk | Category: Testing
Rating:  Rate this |  Briefcase | 2,175 reads

Scalability and Goal Testing for Developers

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.  Read more...
By Additional Articles 2008/05/09 | Source: DevX | Category: Scalability
Rating: (not yet rated)  Rate this |  Briefcase | 1,380 reads

Testing SQL Stored Procedures Using LINQ

The need to test a program that accesses and manipulates a back-end SQL Server® 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.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 3,208 reads

Apply Test-Driven Development to your Database Projects

This article from MSDN discusses the benefits of TDD and bringing unit testing to your database development.  Read more...
By Additional Articles 2008/03/07 | Source: Microsoft MSDN | Category: VSTS
Rating: (not yet rated)  Rate this |  Briefcase | 1,584 reads

Create a Custom Test Interface Provider for Team Sytem

This article looks at fuzzy testing and how to build a provider for your own use.  Read more...
By Additional Articles 2007/11/16 | Source: Microsoft MSDN | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 1,087 reads
   Items 1 to 5 of 5