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

Wizards Project Test freeware
Filter: All | Freeware | Demo
 

Wizards Project Test

< 1 2 3 4 5 
Added: January 08, 2010 | Visits: 915

Test::Unit::GTestRunner Test::Unit::GTestRunner is a Unit testing framework helper class SYNOPSIS use Test::Unit::GTestRunner; Test::Unit::GTestRunner->new->start ($my_testcase_class); Test::Unit::GTestRunner::main ($my_testcase_class); If you just want to run a unit test (suite), try it like this:...



Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Test::Unit::GTestRunner Download

Added: May 18, 2010 | Visits: 1.527

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Added: July 18, 2010 | Visits: 2.057

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: October 21, 2010 | Visits: 2.099

OpenSCADA Project The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA (Supervisory Control and Data Acquisition) system to be used in industrial and civil engineering applications to control distributed systems from a master location. The OpenSCADA project was started in order to...


Platforms: *nix

License: Freeware Download (309): OpenSCADA Project Download

Added: January 27, 2010 | Visits: 672

Test::MockClass Test::MockClass is a Perl module to provide mock classes and mock objects for testing. SYNOPSIS # Pass in the class name and version that you want to mock use Test::MockClass qw{ClassToMock 1.1}; # create a MockClass object to handle a specific class my $mockClass =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Test::MockClass Download

Added: October 16, 2010 | Visits: 782

Test::Dependencies Test::Dependencies is a Perl module to ensure that your Makefile.PL specifies all module dependencies. SYNOPSIS In your t/00-dependencies.t: use Test::Dependencies exclude => [qw/ Your::Namespace Some::Other::Namespace /]; ok_dependencies(); Makes sure that all of the modules that are...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (89): Test::Dependencies Download

Added: March 05, 2010 | Visits: 1.113

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: April 27, 2010 | Visits: 5.800

Test::WWW::Simple Test::WWW::Simple is a Perl module to test Web applications using TAP. SYNOPSIS use Test::WWW::Simple; # This is the default user agent. user_agent(Windows IE 6); page_like("http://yahoo.com", qr/.../, "check for expected text"); page_unlike("http://my.yahoo.com", qr/.../, "check for...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Test::WWW::Simple Download

Added: September 11, 2010 | Visits: 800

Test::XML::Simple Test::XML::Simple is an easy testing for XML. SYNOPSIS use Test::XML::Simple tests=>5; xml_valid $xml, "Is valid XML"; xml_node $xml, "/xpath/expression", "specified xpath node is present"; xml_is, $xml, /xpath/expr, "expected value", "specified text present"; xml_like, $xml, /xpath/expr,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): Test::XML::Simple Download

Added: March 16, 2010 | Visits: 1.087

ConsultComm Project Timekeeper 3.2 ConsultComm Project Timekeeper is a small, lightweight, platform-independent program written in Java that allows anyone managing multiple projects, clients or tasks to effectively keep track of exactly how long theyve worked on each project. Since I started development in November of 1999,...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (95): ConsultComm Project Timekeeper 3.2 Download

Added: March 20, 2010 | Visits: 907

Test::YAML::Valid Test::YAML::Valid is a Perl module is a test for valid YAML. SYNOPSIS This module lets you easily test the validity of YAML: use Test::More tests => 3; use Test::YAML::Valid; yaml_string_ok(YAML::Dump({foo => bar}), YAML generates good YAML?); yaml_string_ok(this is not YAML, is it?,...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (90): Test::YAML::Valid Download

Added: February 17, 2010 | Visits: 904

USAGI Project USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec(for both IPv4 and IPv6) protocol stack for the Linux system, tightly collaborating with WIDE Project, KAME Project and TAHI Project. USAGI Project is run by volunteers from various organizations....


Platforms: *nix

License: Freeware Size: 3.7 MB Download (101): USAGI Project Download

Added: June 23, 2010 | Visits: 1.163

Flame Project Flame Project is an Integrated Development Environment (IDE) for producing Flash and Animated SVG files, similar to Macromedia Captivate. It is licensed under the LGPL. Imagine a free, easy to use GUI authoring environment that helps you create visually impressive and actually useful learning...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (116): Flame Project Download

Added: February 26, 2010 | Visits: 774

Project Elevate Project Elevate is an attempt to free users from the desktop metaphor. Project Elevate offers a fixed set of applications which allow casual users to perform the most usual tasks with their computer. I dont like the way current desktop environments look and feel. I find them too complicated...


Platforms: *nix

License: Freeware Download (93): Project Elevate Download

Added: January 03, 2010 | Visits: 898

Test::Usage Test::Usage is a different approach to testing: selective, quieter, colorful. SYNOPSIS Lets say we are building module Foo.pm. To exercise it, we write a usage examples module, Foo_T.pm, which may eventually look something like this: package Foo_T; use Test::Usage; use strict; use...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): Test::Usage Download

Added: May 18, 2010 | Visits: 1.146

Test::WWW::Selenium Test::WWW::Selenium is a Perl module to test applications using Selenium Remote Control. SYNOPSIS Test::WWW::Selenium is a subclass of WWW::Selenium that provides convenient testing functions. use Test::More tests => 5; use Test::WWW::Selenium; # Parameters are passed through to...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Test::WWW::Selenium Download

Added: May 04, 2010 | Visits: 1.390

Pawn Project The Pawn Project aims to make computing easy for anyone with an easy-to-use desktop environment. How often have you felt that your computer could be smarter ? Arent you tired of the old drag and drop style desktop and the horribly command promps. Well Open Pawn Projekt (OPP) is about to...


Platforms: *nix

License: Freeware Size: 4.58 MB Download (242): Pawn Project Download

Added: July 01, 2010 | Visits: 779

Eunit Eunit project is an Erlang test suite tool, inspired by agile development ideas. Usage: Launch example unit test with: erl -config sys.config and then eunit:run([eunit_examples], {suffix, "_test"}). Whats New in This Release: - This release is a complete rewrite. - Writing unit...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Eunit Download

Added: September 25, 2010 | Visits: 786

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: January 23, 2010 | Visits: 1.533

Linux Wireless LAN Project The goal of the Linux WLAN project is to develop a complete, standards based, wireless LAN system using the GNU/Linux operating system. The linux-wlan package is a linux device driver and subsystem package that is intended to provide the full range of IEEE 802.11 MAC management capabilities for...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (188): Linux Wireless LAN Project Download

< 1 2 3 4 5