Published on Sat, 27 Aug 2005 21:06:28 -0400 Read: 3182 times
Abstract. Deductive databases generalize relational databases by providing support for recursive views and non-atomic data. Aditi is a deductive system based on the client-server model; it is inherently multi-user and capable of exploiting parallelism on shared-memory multiprocessors. The back-end uses relational technology for efficiency in the management... Read Article.
Published on Sat, 27 Aug 2005 21:05:32 -0400 Read: 8126 times
What You Need to Know about Database Testing: Testing at the data access layer is the point at which your application communicates with the database.nbsp; In this presentation wersquo;ll discuss why tests at this level are vital to improve not only yournbsp; overall test strategy, but also your productrsquo;s quality.
How to design effective automated... Read Article.
Published on Sat, 27 Aug 2005 21:01:45 -0400 Read: 4995 times
Automated Database Testing Stored Procedures
This presentation will cover tips and techniques for creating efficient automated tests of the critical database backend using simple scripting languages and relational database objects.
Attendees will learn
bull;Why testing of database objects and stored procedures is necessary and whynbsp; popular... Read Article.
Published on Sat, 27 Aug 2005 21:00:23 -0400 Read: 2176 times
Database design theory is a fairly dry subject, but a basic understanding is necessary to avoid some of
the pitfalls encountered when a new database is created. This document provides strategic guidelines
for the basic design and development of databases. This white paper cover the follwoing.
Database Function
Database Design
Normalisation
Data... Read Article.
Published on Sat, 27 Aug 2005 20:55:41 -0400 Read: 2138 times
These are my notes on how I've gone about unit testing database functionality. The examples are in Java, but I think the ideas are applicable to a variety of programming environments. I'm looking for better solutions.
The problem is this: you have a SQL database, some stored procedures, and a layer of code sitting between your application... Read Article.
Published on Sat, 27 Aug 2005 20:54:58 -0400 Read: 1419 times
Richard Dallaway notes about database unit testing inspired me the realization of the DbUnit framework. I think this is a very good text about this subject. Hopefully he gave me the permission to present excerpts from his notes here.
With multiple database you have to make sure you keep the structure of the databases in sync: if you change a table... Read Article.
Published on Sat, 27 Aug 2005 20:52:47 -0400 Read: 1557 times
In an effort to predict and plan for behavior of a large database, ods will be creating a large database for test purposes. This database will be appoximately 300 gigabytes, and will reside on d0ora1's raid array. This large project will develop in stages and take several months to complete.... Read Article.
Published on Fri, 19 Aug 2005 08:39:06 -0400 Read: 1371 times
This presentation will take the participant on a journey through the long-winded effort of a manual test-tracking approach that transformed the testing leadrsquo;s job into an administrative nightmare. The original testing approach offered test security to the project, but took up unnecessary time that could have been better spent on actually testing... Read Article.
Published on Fri, 19 Aug 2005 08:35:34 -0400 Read: 1927 times
Best practices for testing J2EE database applications
It wasn't too long ago that quality assurance (QA) teams played the leading (if not the only) role when it came to software testing. These days, however, developers are making an enormous contribution to software quality early in the development process, using automated unit-testing techniques.... Read Article.