High quality data is necessary to create reliable business insights, but how do you evaluate this for Azure Stream Analytics? In my latest article, I will explain how this can be done by creating test cases for Stream Analytics.
Tag: Test
Test-driven database development
Test-driven development is a known approach in software development, where you write the tests first before you write your production code. Using this approach will result in writing better test coverage and better-quality code. Test-driven database development (TDDD) is a term that is less well known. But it is basically the same, only for database development.