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

Illusion Test Eyes software
Filter: All | Freeware | Demo
 

Illusion Test Eyes

< 1 2 3 4 5 
Added: March 19, 2010 | Visits: 1.156

CGI::Test 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: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test Download

Added: November 19, 2010 | Visits: 852

Test::Cmd 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: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: January 20, 2010 | Visits: 1.668

TAHI Test Suite TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test for conformance to the IPv6 specification, extensions and directly related protocols. TAHI Project is the joint effort formed with the objective of developing and providing the verification...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (111): TAHI Test Suite Download

Added: May 23, 2010 | Visits: 1.135

TAHI Test Suite (Upper Layer Protocol) TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test for conformance to the IPv6 specification, extensions and directly related protocols. Whats New in This Release: - Ported FreeBSD-4.x - Dont support FreeBSD 2.x - pa can decode MIP6...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): TAHI Test Suite (Upper Layer Protocol) Download

Added: January 25, 2010 | Visits: 711

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

Added: April 26, 2010 | Visits: 870

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: February 05, 2010 | Visits: 960

Test::Singleton Test::Singleton is a test for Singleton classes. SYNOPSIS use Test::More tests => 1; use Test::Singleton; is_singleton( "Some::Class", "new", "instance" ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is asimple, basic module for checking whether a class is a...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Test::Singleton Download

Added: February 04, 2010 | Visits: 836

Test::C2FIT 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: *nix

License: Freeware Size: 266.24 KB Download (90): Test::C2FIT Download

Added: March 02, 2010 | Visits: 619

Test::CPANpm Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. SYNOPSIS use Test::CPANpm; use Test::More qw(no_plan); cpan_depends_ok( [CGI, Module::Build, Acme::Wabbit], got the right dependancies ); cpan_depends_ok_force_missing(...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Test::CPANpm Download

Added: June 17, 2010 | Visits: 945

Eyes Of Lynx Eyes Of Lynx is an application for examining your images on the Web. It is written in PHP/Javascript and is licensed under the GNU General Public License. Eyes Of Lynx project is designed to be fast, intuitive and very powerful. Its key features include an original and innovative interface,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (99): Eyes Of Lynx Download

Added: August 12, 2010 | Visits: 1.011

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Added: November 15, 2010 | Visits: 889

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct Download

Added: September 23, 2010 | Visits: 891

Test::Litmus Test::Litmus is a Perl module to submit test results to the Litmus testcase management tool. SYNOPSIS use Test::Litmus; $t = Test::Litmus->new(-machinename => mycomputer, -username => user, -authtoken => token, # optional # -server => http://litmus.mozilla.org/process_test.cgi, #...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Test::Litmus Download

Added: November 22, 2010 | Visits: 1.552

Test::Chimps::Howto Test::Chimps::Howto is a Perl module with a howto about Test::Chimps. SYNOPSIS This document briefly describes how to set up a Chimps server and a Chimps smoker to smoke a project. THE SERVER We will be setting up a smoke server for an imaginary company called Bananas 2.0, who make a...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (93): Test::Chimps::Howto Download

Released: November 05, 2010  |  Added: February 22, 2011 | Visits: 1.372

Microsoft 70-561 Test Training Take your IT career to its next destination. Improve your knowledge in one specific technology, earn Microsoft certification to show breadth across different Microsoft products.With our 70-561 Exam Resources, you can be rest assured that you will be fully prepared to take on your 70-561...


Platforms: Windows, *nix, Pocket PC

License: Shareware Cost: $79.00 USD Size: 1.51 MB Download (621): Microsoft 70-561 Test Training Download

Released: September 09, 2015  |  Added: September 11, 2015 | Visits: 1.376

DTM Test XML Generator DTM Test XML Generator creates a set of XML documents with same structure for testing purposes. It has a few built-in data generators: integers, strings, date and time values, address, e-mail, IP-address, URL, zip code, etc. Also, it has value library with lists of names, countries, streets,...


Platforms: Windows, Windows 7

License: Demo Cost: $129.00 USD Size: 1.7 MB Download (138): DTM Test XML Generator Download

Released: March 13, 2012  |  Added: March 22, 2012 | Visits: 1.304

Test Maker Test Maker is a professional software product for organizing tests and analyzing the results. You can use Test Maker in any sphere where quick and effective testing is required. Test Maker will help you to create any type of questions: single choice, multiple choice, essay and ordered answer...


Platforms: Windows

License: Shareware Cost: $45.00 USD Size: 3.28 MB Download (103): Test Maker Download

Released: May 21, 2012  |  Added: June 14, 2012 | Visits: 1.056

Blood Test Interpreter Blood Test Interpreter is a professional software tool designed to explain medical blood test results. It regulates, robotizes, and interprets complex patient's laboratory tests for tracking acute information required for making advisable and quick blood test analysis. Blood Test Interpreter...


Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 2.43 MB Download (462): Blood Test Interpreter Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 835

Art of Illusion for Windows Art of Illusion is a free, open source 3D modelling and rendering studio. Many of its capabilities rival those found in commercial programs. Highlights include subdivision surface based modelling tools, skeleton based animation, and a graphical language for designing procedural textures and...


Platforms: Windows

License: Freeware Size: 8.31 MB Download (463): Art of Illusion for Windows Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 816

Art of Illusion for Mac OS X Art of Illusion is a free, open source 3D modelling and rendering studio. Many of its capabilities rival those found in commercial programs. Highlights include subdivision surface based modelling tools, skeleton based animation, and a graphical language for designing procedural textures and...


Platforms: Mac

License: Freeware Size: 6.77 MB Download (397): Art of Illusion for Mac OS X Download

< 1 2 3 4 5