|
Comments
|
Marc Moshman on
2/17/2009
Great Idea!
|
|
|
Putting various test cases in the comments is a great idea. Regarding this video, the volume seems to be too low, I had to turn up my speakers to a high setting in order to hear. Also it would be great if there was a “start video” button since the videos tend to start playing before the entire page is rendered after selecting the “play it now” option.
|
|
|
It's pretty basic stuff.
|
|
|
Need to slow down
|
|
Carla Wilson on
2/19/2009
Thanks for the tip!
|
|
|
I like this idea. I'll have to implement this with my new UDFs.
|
|
|
I think that creating and keeping those tests is a great idea. But it should be pushed forward a little bit. Those tests should be automated and run regularly the same way unit tests are. I suggest looking at T.S.T.: http://www.youtube.com/watch?v=uGkGSkoh-CE. It makes it easy not only to test scalar functions but table functions, stored procedures and views. It has automatic rollback and other very useful features.
|
|
David Lundell on
5/27/2009
Good start for testing. I have been doing something very similar for years usually at the end of the DDL script. I get more freedom there than putting it in the comments. I was hoping to learn more about using a automated testing framework with this video
|
|
|
This is a good technique. It would be nice to see a video on using Visual Studio's testing tools.
|
|
|
great idea that was clearly explained. Would be even more helpful if it included some tips on formatting and structuring the test for ease of execution.
|