I've installed the Visual Studio Team System 2008 Database Edition Power Tools but can't see Unit Tests Conditions ChecksumCondition & ExpectedSchemaTestCondition
I believe that it installed OK & I can see the new refactor commands so at least a part of it worked. Is there something I need to do to get the 2 new test conditions to display in the dropdown list of my tests?
FYI I"m looking for this feature. New Test Conditions for Database Unit Tests
• ChecksumCondition – You can use this test condition to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set. • ExpectedSchemaTestCondition – You can use this test condition to verify that the column names and data types of the returned data set match expected values. Thanks