Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Need SQL coverage tool

Need SQL coverage tool

From: J. Lippmann <lippmann_at_rbg.informatik.tu-darmstadt.de>
Date: 12 Nov 1998 19:26:28 GMT
Message-ID: <72fcp4$d1g$3@sun27.hrz.tu-darmstadt.de>


Hello all,

I want to test some SQL - Scripts (Oracle RDB). They contain statements like

   SELECT abc
   FROM xyz
   WHERE condition;

A condition consists of

etc. I guess you can imagine what it's like.

My duty now is to design tests which show that the SELECT statements are coded right.
Therefore I want to design the data such that it causes each condition to evaluate to TRUE at least one time during the tests.

I would be very obliged if one could tell me where to get/purchase a SQL coverage tool that helps me to build such test cases. Or do you know of any method to check which condition has been met for each hit?

Kind regards,
Jens Lippmann.

--

# Jens Lippmann                 lippmann_at_rbg.informatik.tu-darmstadt.de
#                              http://www.informatik.tu-darmstadt.de/TI

#
# Technische Universitaet Darmstadt          http://www.tu-darmstadt.de

Received on Thu Nov 12 1998 - 13:26:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US