Eclipse Plug-in for Generating and Executing Test Cases for Database Objects


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Eclipse Plug-in for Generating and Executing Test Cases for Database Objects
# 1  
Old 12-15-2008
Eclipse Plug-in for Generating and Executing Test Cases for Database Objects

An Eclipse plug-in capable of automatically generating JUnit and SQLUnit test cases for database objects. (NEW: 12/11/2008 in eclipse)

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Test cases for file system mount/umount performance in HP

Hi Folks, Could anyone please assist me with the what could be the scenarios to test the file system mount/umount performance check in HPUX. Thanks in advance, Vaishey (5 Replies)
Discussion started by: Vaishey
5 Replies

2. Shell Programming and Scripting

Any Sample ksh script to validate all the database objects

Hi, I need a sample script to validate all the database objects like 1. table structure(columns, datatypes,key contraints if any) 2. synonyms 3. grants 4. indexes ....etc thank you! (2 Replies)
Discussion started by: srikanth_sagi
2 Replies

3. AIX

Wrap Plug Test

Can someone show me on how to use DIAG command in doing a wrap plug test for fcs0 (FC Adapter)? (3 Replies)
Discussion started by: apra143
3 Replies

4. UNIX for Advanced & Expert Users

test cases

in my organisation the unix server is migrated.the ip of the server changed and the hardware.i need to test that i am aving the same file structure and data which is created under my user id.and the utilities like sqlplus,ftp are working or not.i am talking abt the general user perspective who... (0 Replies)
Discussion started by: dr46014
0 Replies
Login or Register to Ask a Question
CEVE(1) 							    DOSE Tools								   CEVE(1)

NAME
dose-ceve - parse package metadata SYNOPSIS
dose-ceve [-h] [-v] [-e pkgspec] [-c pkgspec] [-r pkgspec] [--depth=n] [-t format] [-o filename] input-spec DESCRIPTION
Dose-ceve is a generalized metadata parser. It reads package specifications, extracts package metadata from them, performs some manipulations, and outputs the package metadata in one of several formats. OPTIONS
-h This option displays the help message. Can also be specified as --help. -v Be verbose. This option can be repeated for more verbosity. -e pkgspec (Option Not Implemented Yet) Extract the transitive closure of packages connected (by conflict or dependency) to any of the packages that satisfy pkgspec. Such a package specification is a list of packages (separated by a semicolon), where each package is specified as follows: (name,version). This option can also be specified as --extract=pkgspec. -c pkgspec Similar to the -c option, but only uses the dependency relation to make the transitive closure. This option can also be specified as --cone=pkgspec. -r pkgspec Similar to the -e and -c options, but uses the reverse dependency relation to make the transitive closure. This option can also be specified as --rcone=pkgspec. --depth=n In combination with the -e, -c or -r options, this specifies the maximum depth for the transitive closure. =item -t format Specifies the output format to use. Possible values are dot for a graph output in Dot/GraphViz format, cnf for an output in CNF format, dimacs for an output in the DIMACS format for CNF formulae, and cudf for a pretty-print output in an RFC 822-like format. This option can also be specified as --outtype=format. -o filename Instead of stdout, send output to the file filename. This option can also be specified as --outfile=filename. =item input-spec This is a URL specifying both the input format and the file to get the input from. Possible schemes are: =item * cudf for cudf files =item * deb for Debian package files (possibly compressed with gzip(1) or bzip2(1), depending on compile-time options for dose3) =item * debstdin for Debian package files read from standard input =item * eclipse for Eclipse (p2) package files =item * pgsql for PostgreSQL databasess =item * sqlite for sqlite databases * hdlist for RPM hdlists =item * synth for urpmi synthesis hdlists Some examples of URLs: * deb://Packages.gz (the Debian file packages.gz in the current directory) * cudf:///home/examples/cudf/test.cudf (the CUDF file /home/examples/cudf/test.cudf) * psql://user@db.mancoosi.org:723/packages (the database packages on host db.mancoosi.org on port 723, accessed as user user) dose3 3.0.2 2012-10-03 CEVE(1)