Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 228 Bytes

File metadata and controls

8 lines (7 loc) · 228 Bytes

Testing SQL code to ensure quality

Topics Covered

  • Setting up TSQLt
  • Creating your first test class
  • Defining when to make a test and when to move on
  • Testing your code
  • Back to the Main Page