Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Testing
Items 1 to 20 of 28
Next 20 >>
Getting Started Testing Databases with tSQLt
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.
Read more...
By
Additional Articles
2013/05/16
|
Source:
SimpleTalk
|
Category:
tsqlt
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,593 reads
Generating Data for Database Tests
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.
Read more...
By
Additional Articles
2012/04/11
|
Source:
SimpleTalk
|
Category:
data
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,037 reads
Using SQL Test Database Unit Testing with TeamCity Continuous Integration
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.
Read more...
By
Additional Articles
2012/02/23
|
Source:
SimpleTalk
|
Category:
sql test
Rating:
Rate this
|
Briefcase
|
1,564 reads
Writing Maintainable Code
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.
Read more...
By
Additional Articles
2011/10/07
|
Category:
maintainable code
Rating:
Rate this
|
Briefcase
|
4,060 reads
SQL Server Unit Testing with tSQLt
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
Read more...
By
Additional Articles
2011/01/19
|
Source:
SimpleTalk
|
Category:
testing
Rating:
Rate this
|
Briefcase
|
2,644 reads
An Example of Test-Driven Development, Part 3
Andy Leonard continues on with his series on TDD. This time he performs some refactoring on his solution.
Read more...
By
Andy Leonard
2010/11/12 (first published: 2009/07/13)
|
Source:
SQLServerCentral.com
|
Category:
testing
Rating:
|
Discuss
|
Briefcase
|
10,397 reads
An Example of Test-Driven Development
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.
Read more...
By
Andy Leonard
2010/10/29 (first published: 2009/04/30)
|
Source:
SQLServerCentral.com
|
Category:
testing
Rating:
|
Discuss
|
Briefcase
|
27,298 reads
Testing at Scale
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.
Read more...
By
Steve Jones
2009/11/16
|
Source:
SQLServerCentral.com
|
Category:
editorial - mp3
Rating:
(not yet rated)
Rate this
|
Briefcase
|
324 reads
Testing at Scale
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.
Read more...
By
Steve Jones
2009/11/16
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
78 reads
Testing at Scale
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.
Read more...
By
Steve Jones
2009/11/16
|
Source:
SQLServerCentral.com
|
Category:
editorial - ipod
Rating:
(not yet rated)
Rate this
|
Briefcase
|
354 reads
Testing at Scale
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.
Read more...
By
Steve Jones
2009/11/16
|
Source:
SQLServerCentral.com
|
Category:
editorial - wmv
Rating:
(not yet rated)
Rate this
|
Briefcase
|
210 reads
Is Unit Testing Important?
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.
Read more...
By
Steve Jones
2009/11/10
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
212 reads
William Durkin, Serial Red Gate Beta Tester
In this article sponsored by Red Gate, read about a beta tester's experience with new versions of SQL tools.
Read more...
By
Additional Articles
2009/07/16
|
Source:
SimpleTalk
|
Category:
testing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,244 reads
An Example of Test-Driven Development, Part 3
Andy Leonard continues on with his series on TDD. This time he performs some refactoring on his solution.
Read more...
By
Andy Leonard
2010/11/12 (first published: 2009/07/13)
|
Source:
SQLServerCentral.com
|
Category:
testing
Rating:
|
Discuss
|
Briefcase
|
10,397 reads
An Example of Test-Driven Development
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.
Read more...
By
Andy Leonard
2010/10/29 (first published: 2009/04/30)
|
Source:
SQLServerCentral.com
|
Category:
testing
Rating:
|
Discuss
|
Briefcase
|
27,298 reads
SQL Unit Testing
This article talks about an easy way to add hundreds of unit tests in your solution using SQL Load Test from Codeplex.
Read more...
By
Alejandro Pelc
2009/04/08
|
Source:
SQLServerCentral.com
|
Category:
system development life cycle
Rating:
|
Discuss
|
Briefcase
|
8,727 reads
State Models - Database Weekly (Feb 16, 2009)
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.
Read more...
By
Steve Jones
2009/02/16
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
99 reads
State Models - Database Weekly (Feb 16, 2009)
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.
Read more...
By
Steve Jones
2013/05/25
|
Source:
SQLServerCentral.com
|
Category:
editorial - wmv
Rating:
(not yet rated)
Rate this
|
Briefcase
|
344 reads
State Models - Database Weekly (Feb 16, 2009)
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.
Read more...
By
Steve Jones
2013/05/25
|
Source:
SQLServerCentral.com
|
Category:
editorial - ipod
Rating:
(not yet rated)
Rate this
|
Briefcase
|
326 reads
State Models - Database Weekly (Feb 16, 2009)
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.
Read more...
By
Steve Jones
2013/05/25
|
Source:
SQLServerCentral.com
|
Category:
editorial - mp3
Rating:
(not yet rated)
Rate this
|
Briefcase
|
383 reads
Items 1 to 20 of 28
Next 20 >>
Tags
database weekly
(4)
editorial
(3)
system development life cycle
(3)
editorial - ipod
(2)
editorial - mp3
(2)
editorial - wmv
(2)
test-driven development
(2)
unit testing
(2)
vsts
(2)
.net
(1)
agile
(1)
beta testing
(1)
certifications
(1)
data
(1)
data dude
(1)
dbfit
(1)
fitnesse
(1)
fragmentation
(1)
indexing
(1)
life cycle
(1)
linq
(1)
maintainable code
(1)
process
(1)
programming
(1)
rand()
(1)
red gate software
(1)
scalability
(1)
sql test
(1)
try-catch
(1)
tsqlt
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.