GeekArticles
Testing
Testing BasicsQ-Patterns Repository
Author: whatistesting.com |
Published: 12th Aug 2005 |
Visited: 644 times |
Add CommentFiled in: Testing BasicsA repository of Q-Patterns and the template for writing Q-Patterns.
Read Article Sponsored Links
Related Articles
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML ...
• Accessing Repository Resources with SQL Accessing Repository Resources with SQL
In fact, Oracle XML DB repository resources are stored in a set of database tables and indexes, which can be accessed via SQL. You are not supposed to access those tables directly. Instead, Oracle XML DB provides two public views RESOURCE_VIEW and PATH_VIEW th ...
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML DB.
Visit http://www.exforsys.com to read complete article
...
• Accessing Repository Resources with SQL Accessing Repository Resources with SQL
In fact, Oracle XML DB repository resources are stored in a set of database tables and indexes, which can be accessed via SQL. You are not supposed to access those tables directly. Instead, Oracle XML DB provides two public views RESOURCE_VIEW and PATH_VIEW...
• Factory Patterns - Delphi OOP Chapter 26 in Delphi OOP :: This chapter explores the Factory patterns, which, instead of changing an object’s behaviour, provide ways of creating different objects to suit run time requirements.
Read the ful ...
• Tracking Events Using a Semi-Structured Repository Tracking the activities of a system and its users is too often not considered until the application is already deployed. Learn how to demonstrate an (almost) no hassle persistent bean pool that you can use to track the activities of an already developed system for later rev ...
• The Facade Patterns - Delphi OOP Chapter 23 in OOP Course :: Chapter summary: Using delegation (in the form of composition or association) in implementing patterns; Using the Adapter pattern; Object and class Adapters; Using the Facade pattern ...