Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Sachin Rekhi's Ramblings
On Mastering DB Development with Visual Studio Team Edition for Database Professionals
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Data Generation
Database Refactoring
Database Unit Testing
Downloads
Team System
Videos
Archives
March 2007 (1)
January 2007 (4)
December 2006 (2)
November 2006 (9)
October 2006 (14)
September 2006 (7)
August 2006 (8)
July 2006 (26)
DB Pro Bloggers
Cameron Skinner
Gert Drapers
Richard Waymire
Matt Nunn
Sachin Rekhi
Mairead O'Donovan
Dmitriy Nikonov
DB Pro Links
DB Pro Product Info
DB Pro MSDN Forums
Team System Bloggers
Rob Caron
Brian Harry
August 2006 - Posts
Wednesday, August 30, 2006 8:48 PM
Extensibility in Team Edition for Database Professionals
I just gave a presentation at the annual Visual Studio Partner Summit on extensibility points in Team Edition for Database Professionals. So I thought it would be a great opportunity to share this on my blog as well. When I think of the extensibility
Posted by
SachinRe
|
5 Comments
Filed under:
Database Unit Testing
,
Data Generation
Tuesday, August 22, 2006 5:59 PM
Creating a custom test condition: ResultSet Column Count
I wanted to walk you through just how you can go about creating your own custom test condition. This test condition will be added to the existing suite of in the box conditions and can be leveraged just like all of the other conditions inside the database
Posted by
SachinRe
|
2 Comments
Filed under:
Database Unit Testing
Monday, August 21, 2006 5:42 PM
Team Data CTP5 is available!
I would like to announce that Team Edition for Database Professionals Community Technology Preview 5 is now available! You can download it here . Click here to find out about the latest additions. And here for our product website. Sachin Rekhi
Posted by
SachinRe
|
0 Comments
Filed under:
Downloads
Wednesday, August 09, 2006 4:29 AM
Sample Code from Today’s Webcast
I was asked if I could provide some of the code samples that I showed during today’s webcast. So I thought I’d post them right here. One example I showed was how to use the regular expression generator to generate phone numbers. The expression I used
Posted by
SachinRe
|
1 Comments
Wednesday, August 09, 2006 4:28 AM
MSDN Webcast: Gert and Sachin on Database Testing and Refactoring
Gert Drapers, Development Manager, and I did a MSDN webcast yesterday on Database Testing & Refactoring using Team Edition for Database Professionals. This is the third part of a four-part series on Team Edition for Database Professionals. I would
Posted by
SachinRe
|
0 Comments
Filed under:
Database Refactoring
,
Database Unit Testing
,
Videos
Wednesday, August 09, 2006 2:31 AM
2 connection strings in database unit testing
If you’ve had a chance to play with database unit testing in Team Edition for Database Professionals, you have probably noticed in the below Database Test Configuration dialog that we allow you to specify up to 2 separate connection strings for use in
Posted by
SachinRe
|
0 Comments
Filed under:
Database Unit Testing
Wednesday, August 09, 2006 1:25 AM
Under the hood of database unit testing
In previous posts I have showed you how to create various kinds of database unit tests using Team Edition for Database Professionals. In this post I wanted to take you a little deeper and show you exactly how it works. With this knowledge, you’ll be able
Posted by
SachinRe
|
1 Comments
Filed under:
Database Unit Testing
Tuesday, August 08, 2006 8:13 PM
Public Test Condition Extensibility
I’m very excited to announce that Team Edition for Database Professionals will support public test condition extensibility! This means that you can easily create your own UI-based client-side test conditions. This provides great flexibility in extending
Posted by
SachinRe
|
0 Comments
Filed under:
Database Unit Testing