You are here

dbForge Unit Test for SQL Server

1 post / 0 new
Devart
Offline
Last seen: 4 years 2 months ago
Joined: 2014-06-04 04:39
dbForge Unit Test for SQL Server

GUI for implementing automated unit testing in SQL Server Management Studio. The tool is based on the open-source tSQLt framework, so SQL developers can now benefit from writing unit tests in regular T-SQL. dbForge Unit Test for SQL Server functionality allows you to develop stable and reliable code that can be properly regression tested at the unit level.

By downloading dbForge SQL Tools (dbForge Unit Test included), you get 14 full-featured tools that greatly extend standard SSMS functionality and bring your productivity to the next level. You can download dbForge Unit Test at https://www.devart.com/dbforge/sql/sql-tools/sqltools.exe

Key Features:

T-SQL for Implementing Tests. The tool is based on the open-source tSQLt framework allowing to use T-SQL for implementing unit tests. Now, you can write your code and execute unit tests in the same IDE. The framework also comes with SQL tables, views, procedures and functions to quickly implement unit tests against your database.
No Affect on Actual Database. dbForge Unit Test uses transactions to run test cases and rollback any changes to a database when the test case completes. This means you do not have to worry about the need for cleaning up your database after running unit tests.
In-isolation Testing. The tool creates stored procedure spies, fakes database objects (tables, views, triggers, constraints, etc.), and groups them within a separate schema unit. This allows isolating the code being tested and avoid undesirable updates, inserts, and deletions inside a database. Run Multiple Tests in Less Time. dbForge Unit Test for SQL Server allows to quickly run multiple tests with just a few clicks and get instant results. You can simultaneously run all unit tests at once or select any combination of tests for a unit test session.

Learn more at https://www.devart.com/dbforge/sql/unit-test/