Viewing 7 posts - 16 through 22 (of 22 total)
Heh... but ONLY if the reason for the change wasn't in the form of a requirements change. Otherwise, the existing unit test is totally useless and actually may cause either...
July 27, 2015 at 10:36 am
Do we have good unit testing tools for SQL?
There is a tool by RedGate called SQL Test that builds on the tSQLt framework. It makes things much easier.
July 23, 2015 at 3:52 pm
I was referring to C#, where for unit testing to be doable everything has to use interfaces and be non-static.
Oh, well I thought we were talking about T-SQL. You...
July 23, 2015 at 2:32 pm
From the people I met, those that are geared toward making unit tests the most, deliver the worst results. Mostly due to not understanding what they are making early on....
July 23, 2015 at 11:57 am
Running tests to see if the code works as intended is common sense, even part of coding itself and has always been since the first computers.
Indeed, so why not save...
July 23, 2015 at 9:54 am
SQLGuy64 (4/8/2015)
We use linked servers, is database chaining a more secure technique than using linked servers?
It serves a different purpose. Linked Servers cross server boundaries whereas this crosses database...
April 8, 2015 at 9:49 am
david.gugg (3/26/2015)
March 26, 2015 at 11:09 am
Viewing 7 posts - 16 through 22 (of 22 total)