|
|||
|
For unit testing, I prefer to create sample data with known values. This way I can predict the actual results for the tests that I do write and I know I have the appropriate data values for those tests. ... Similarly, Oracle DBAs should have a PL-SQL-based unit testing framework.
|
|||
|
In higher-level languages such as C#, tests can be written right into the code itself. For T-SQL, however, ... Unit testing is essential for good code and even more important when you’re the primary DBA or Database Developer. No one will check up on you, and you’ll be the one answering the phone when the system fails.
|
|||
|
Normally I leave blogging about SQL-Server to the real SQL_Server experts. But I had to this time. I read an article on unit testing TSQL functions and stored procedures on MSDN. The article mentions a framework which helps you perform this task.
|
|||
|
utPLSQL is a unit testing framework for programmers using Oracle's PL/SQL language. Developed by Steven Feuerstein, author of many books on the subject, it allows the automated testing of packages, functions and procedures.
|
|||
|
utPLSQL is a unit testing framework for PL/SQL developers modeled on the Junit and Xunit frameworks. Developed by Steven Feuerstein, author of many books on the language, it allows the automated testing of packages, functions and procedures.
|
|||
|
Notes on unit testing database functionality ... Unit testing database code ... I like the sounds of that: it encourages you to layer your testing, perhaps by having a SQL-level set of tests, and then having a Java-level set which work on mock ResultSet objects.
|
|||
|
List of unit testing frameworks - Wikipedia, the free encyclopedia
This page is a list of tables of code-driven unit testing frameworks for various programming languages. Some but not all of these are based on xUnit. • Name : This column contains the name of the fr...
en.wikipedia.org/wiki/List_of_unit_testing_frameworks |
Copyright © 2009, Dictionary.com, LLC. All rights reserved.