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.083.149 Times

Paper Folding Testing freeware
Filter: All | Freeware | Demo
 

Paper Folding Testing

< 1 2 3 4 5 
Added: April 26, 2010 | Visits: 1.009

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: August 01, 2010 | Visits: 1.613

Crucible Crucible provides a powerful, flexible backend for building automated testing systems. Crucible allows for conducting tests on multiple machines (via NFS), including patching, rebuilding, and booting new kernels, libraries, and services. Configuration and customization can be done through...





Platforms: *nix

License: Freeware Size: 79.87 KB Download (108): Crucible 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: 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.090

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: March 11, 2010 | Visits: 1.321

Nettion Nettion provides a network performance testing toolkit. Nettion (NETwork TestIng and Operational eNvironment) is a framework for developing, deploying, and executing network performance tests, designed particularly for mobile ad-hoc networks. It is distinguished by not using control...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (109): Nettion Download

Added: May 17, 2010 | Visits: 798

GKrellFah2 Gkrellfah2 is a local monitor and interface for the Linux Folding@Home client packaged as a plugin for GkrellM. Also available is a client/server version for monitoring remote machines using GkrellMD. gfah collects status information on active work units for display and records info on...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (87): GKrellFah2 Download

Added: January 17, 2010 | Visits: 914

Jameleon Jameleon project is an automated testing framework that can be used by technical and non-technical users alike. One of the main concepts behind it is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular...


Platforms: *nix

License: Freeware Size: 3.8 MB Download (104): Jameleon 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: 829

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: February 08, 2010 | Visits: 1.257

Computer Breaker Computer Breaker project is a network testing tool for services vulnerabilities. Computer Breaker is a network testing tool that allows networking administrators to test if a computer is vulnerable to malicious attacks. Using the Nessus scanner, computer-breaker scans the remote host and...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (168): Computer Breaker 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: November 11, 2010 | Visits: 2.193

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon....


Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: February 20, 2010 | Visits: 1.308

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: October 23, 2010 | Visits: 1.188

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.398

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

Added: March 23, 2010 | Visits: 1.067

IMathAS IMathAS project is a Web-based math testing and homework system. IMathAS (Internet Mathematics Assessment System) is a Web-based math testing and homework system. It is a light course/learning management system and testing system, similar to and inspired by WebWork and WIMS, and similar to...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (92): IMathAS Download

Added: May 23, 2010 | Visits: 787

X11::GUITest X11::GUITest is a Perl package intended to facilitate the testing of GUI applications by means of user emulation. X11::GUITest can be used to test and interact with GUI applications which have been built in some fashion (X toolkit, GTK+, Qt, Motif, etc.) upon the X library.. Get X11::GUITest at...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): X11::GUITest Download

< 1 2 3 4 5