DTS_UT - Perl distribution of modules to implement DTS packages unit testing in a MVC web application
# no code to see here. This is only a POD!
This module is only documentation for a series of modules and templates for a implementation of unit tests for MS SQL Server 2000 DTS packages.
DTS_UT package is a set of Perl modules that implement a simple web application to execute tests on DTS packages and return the results in a (hopefully) nice interface.
DTS_UT
Tests are implemented using the DTS and Test::More (including related modules). In theory, anything that can return an output as expected by Test::Harness::Strap can be used to. Tests can be executed concurrently too, but this will depend also on what the test will do.
The web application was built with CGI::Application and HTML::Template modules and is expected to be executed from a webserver that supports standard CGI, like Apache and IIS. It will not work on operational systems that do not support MS Windows OLE.
None by default.
All other modules under the package name DTS_UT.
DTS
Test::More
Test::Harness::Strap
CGI::Application
HTML::Template
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
Copyright (C) 2008 by Alceu Rodrigues de Freitas Junior
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
To install Win32::SqlServer::DTS, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Win32::SqlServer::DTS
CPAN shell
perl -MCPAN -e shell install Win32::SqlServer::DTS
For more information on module installation, please visit the detailed CPAN module installation guide.