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
TAP::Formatter::JUnit::Session(3pm)			User Contributed Perl Documentation		       TAP::Formatter::JUnit::Session(3pm)

NAME
TAP::Formatter::JUnit::Session - Harness output delegate for JUnit output DESCRIPTION
"TAP::Formatter::JUnit::Session" provides JUnit output formatting for "TAP::Harness". METHODS
_initialize($arg_for) Over-ridden private initializer, so we can accept a new "passing_todo_ok" argument at instantiation time. result($result) Called by the harness for each line of TAP it receives. Internally, all of the TAP is added to a queue until we hit the start of the "next" test (at which point we flush the queue. This allows us to capture any error output or diagnostic info that comes after a test failure. close_test() Called to close the test session. Flushes the queue if we've got anything left in it, dumps the JUnit to disk (if necessary), and adds the XML for this test suite to our formatter. dump_junit_xml($testsuite) Dumps the JUnit for the given XML $testsuite, to the directory specified by "PERL_TEST_HARNESS_DUMP_TAP". add_testcase($case) Adds an XML test $case to the list of testcases we've run in this session. xml() Returns a new "XML::Generator" to generate XML output. This is simply a shortcut to "$self->formatter->xml()". AUTHOR
Graham TerMarsch <cpan@howlingfrog.com> COPYRIGHT
Copyright 2008-2010, Graham TerMarsch. All Rights Reserved. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
TAP::Formatter::JUnit. perl v5.14.2 2012-03-12 TAP::Formatter::JUnit::Session(3pm)