Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.067.106 Times

Open Relay Test freeware
Filter: All | Freeware | Demo
 

Open Relay Test

< 1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 889

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...



Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: May 17, 2010 | Visits: 912

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML...





Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): Test::Parser Download

Added: April 20, 2010 | Visits: 1.128

Test::Unit::tests::AllTests Test::Unit::tests::AllTests is a unit testing framework self tests. SYNOPSIS # command line style use perl TestRunner.pl Test::Unit::tests::AllTests # GUI style use perl TkTestRunner.pl Test::Unit::tests::AllTests This class is used by the unit testing framework to encapsulate all the...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): Test::Unit::tests::AllTests Download

Added: June 07, 2010 | Visits: 2.099

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: January 13, 2010 | Visits: 1.089

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): Test::Unit::TestRunner Download

Added: February 07, 2010 | Visits: 1.074

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (88): Test::Unit::TestCase Download

Added: September 07, 2010 | Visits: 1.206

Test::Unit::Runner::Terminal Test::Unit::Runner::Terminal is a unit testing framework helper class. SYNOPSIS use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); This class is a test runner for the command line style use of the testing framework....


Platforms: *nix

License: Freeware Size: 75.78 KB Download (100): Test::Unit::Runner::Terminal Download

Added: May 12, 2010 | Visits: 1.207

Open CORBA Benchmarking Suite The Open CORBA Benchmarking Suite measures several basic performance aspects of various CORBA brokers. The suite produces an XML output that can be submitted to a searchable database of broker performance data and browsed in a graphical form. The suite is portable to a number of platforms and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Open CORBA Benchmarking Suite Download

Added: May 23, 2010 | Visits: 808

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: November 10, 2010 | Visits: 828

Test::Unit::InnerClass Test::Unit::InnerClass is a unit testing framework helper class. SYNOPSIS This class is not intended to be used directly This class is used by the framework to emulate the anonymous inner classes feature of Java. It is much easier to port Java to Perl using this class..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Unit::InnerClass Download

Added: March 04, 2010 | Visits: 1.578

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: August 06, 2010 | Visits: 2.474

WebInject - Web/HTTP Test Tool WebInject is a free tool for automated testing of web applications and services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional,...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (102): WebInject - Web/HTTP Test Tool Download

Added: January 02, 2010 | Visits: 1.026

Test-AutoBuild Test-AutoBuild is a framework for performing continuous, unattended, automated software builds. Test-AutoBuild pulls code from source control repositories (CVS, Perforce, and GNU Arch are currently supported), calculates inter-module dependencies, builds each module, and then generates HTML...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (97): Test-AutoBuild Download

Added: May 01, 2010 | Visits: 827

Test::AutoBuild::Runtime Test::AutoBuild::Runtime is a Perl module with builder runtime state. SYNOPSIS use Test::AutoBuild::Runtime; my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager, monitors => %monitors, repositories => %repositories, modules => %modules, package_types =>...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (117): Test::AutoBuild::Runtime Download

Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: January 16, 2010 | Visits: 3.568

The Open For Business Project The Open For Business Project is an open source enterprise automation software project licensed under the MIT Open Source License. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source...


Platforms: *nix

License: Freeware Size: 28.51 MB Download (374): The Open For Business Project Download

Added: April 05, 2010 | Visits: 941

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: October 23, 2010 | Visits: 1.187

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Tester::CaptureRunner Download

Added: July 16, 2010 | Visits: 1.397

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::Capture Download

< 1 2 3 4 5 >