TST

The T-SQL Test Tool
Download

TST Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • lmolnar
  • Operating Systems:
  • Windows All
  • File Size:
  • 472 KB

TST Tags


TST Description

A tool that simplifies writing and running automated tests for code written in T-SQL. At the heart of the TST tool is the TST database. This database contains a series of stored procedures that represent a test API. Part of this API is similar with those found in Unit Testing libraries familiar to programmers in C# or Java. Feature Highlights * Support for validating views as well as stored procedures and functions that return a table. * A reliable implementation of Assert.Equals / Assert.NotEquals procedures that detect when a comparison should not be made due to incompatibility of the data types. Additional procedures like Assert.NumericEquals, Assert.NumericNotEquals, Assert.FloatEquals, Assert.FloatNotEquals are provided. * Ability to run concurrent test sessions against the same or different databases. * Ability to produce XML results. * Automatic rollback of the database changes done during each test. * TST will detect when its own rollback mechanism becomes ineffective in some scenarios that involve testing code that uses transactions. The TST rollback can be disabled at the test, suite or global level. * No need to register the test stored procedures; they are picked up automatically by the TST test runners. * Can be run from the command prompt or directly by calling one of the test runner stored procedures. * The TST infrastructure is isolated in a separate database. * Easy to install and integrate with other test frameworks. * Does not have any dependencies besides SQL Server. * Very small learning curve for someone already familiar with T-SQL.


TST Related Software