Error Proof Test Pregnancy Test
Serbert is a command line utility which performs a Bit Error Rate Test (BERT) on serial lines for Unix and its variants. It does this by transmitting bytes, and waiting for their uncorrupted return. Serbert, however, does not provide a true Bit Error Rate Test (BERT), as it does not check the...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 102.4 KB | Download (53): Serbert Download |
The Ultimate Speed Test:
- Speed Test (Actual Maximum speed) - Monitor Upload/Download transfer - Ping Testing - Website Downtime/Error monitoring - Website response time, connection time and bandwidth - QOS - WIFI Signal strength - LAN/WAN/Home network bandwidth testing - CPU Usage - Memory...
Platforms: Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista, Win7 x32, Win7 x64
| License: Freeware | Cost: $0.00 USD | Size: 4.91 MB | Download (26): Speed Test Download |
Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 11.26 KB | Download (47): Test::Exception Download |
Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (44): Test::Version Download |
Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (44): Test::Extreme Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 75.78 KB | Download (43): Test::Unit::Procedural Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 204.8 KB | Download (48): Test-AutoBuild Download |
CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 51.2 KB | Download (43): CGI::Test Download |
Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 30.72 KB | Download (54): Test::Cmd Download |
Test::C2FIT is a direct Perl port of Ward Cunninghams FIT acceptance test framework for Java. SYNOPSIS FileRunner.pl input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e file_runner input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e fit_shell...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 266.24 KB | Download (43): Test::C2FIT Download |
Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from...
Platforms: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP, Windows CE
| License: Freeware | Cost: $0.00 USD | Size: 13 KB | Download (503): Web page test automation toolkit Download |
- Test your typing skills with this free typing tutor software. - How fast can you type ? - How many keystrokes per minute can you make ? - Is your typing accuracy good enough ?
Platforms: Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 478 KB | Download (419): Typing Test TQ Download |
Test your typing speed with this free typing test software. - How fast can you type ? - How many words per minute ( wpm ) can you make ? - Is your typing accuracy good enough ? - Improve your typing skills with this free typing tutor !
Platforms: Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 478 KB | Download (1477): Typing Test TQ - Free Typing Test Download |
Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications.
Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...
Platforms: Windows 2000, Windows XP, Windows 2003, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 61.14 MB | Download (147): Zeta Test Download |
Swine Flu Test 1.01 is free Windows program. During the test, you need to answer seven simple questions. Each question corresponds to a symptom of the influenza A(H1N1).
Platforms: Windows 98, Windows Me, Windows 2000, Windows XP, Windows 2003, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 484.5 KB | Download (125): Swine Flu Test Download |
Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 153.6 KB | Download (49): Test::Smoke::Patcher Download |
Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 4.1 KB | Download (52): Test::Stochastic Download |
Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (54): Acme::Test::Weather Download |
Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 14.34 KB | Download (43): Test::Resub Download |
Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 3.07 KB | Download (53): Test::Unit::Runner::XML Download |
