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

Test Union All Sdfg software
Filter: All | Freeware | Demo
 

Test Union All Sdfg

< 1 2 3 4 5 > 
Added: August 13, 2010 | Visits: 1.494

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: October 25, 2010 | Visits: 941

Bundle::Test Bundle::Test is a set of modules for software and hardware testing using Perl. SYNOPSIS A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command: perl -MCPAN -e install Bundle::Test This bundle,...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Bundle::Test 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 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: 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: September 25, 2010 | Visits: 785

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: November 07, 2010 | Visits: 1.223

Test::STDmaker Test::STDmaker is a Perl module to generate test scripts, demo scripts from a test description short hand. SYNOPSIS ####### # Procedural (subroutine) interface # use Test::STDmake qw(find_t_roots get_data perl_command); @t_path = find_t_paths() $date = get_date(); $myperl =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): Test::STDmaker Download

Added: March 19, 2010 | Visits: 1.152

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 (92): CGI::Test Download

Added: November 19, 2010 | Visits: 845

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: May 23, 2010 | Visits: 1.128

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 (87): TAHI Test Suite (Upper Layer Protocol) Download

Added: January 25, 2010 | Visits: 705

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: February 04, 2010 | Visits: 832

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: August 12, 2010 | Visits: 1.007

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: September 23, 2010 | Visits: 888

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

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 764

Test Mail Server Tool Test Mail Server Tool is a full featured mail (SMTP) server emulation to test mail sending capabilities of a web or desktop application or to preview messages before they are actually sent. This is a great tool for web programmers or application developers who need mail server for tests but don't...


Platforms: Windows

License: Freeware Size: 378.88 KB Download (76): Test Mail Server Tool Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 555

Test Automation FX Test Automation FX (TAFX for short) enables developers and testers to record and manage user interface tests from inside Visual Studio with 100% .NET code. The Test Automation FX framework installs inside of Visual Studio (2008 & 2010) and supports full VS integration, with custom project...


Platforms: Windows

License: Shareware Cost: $425.00 USD Size: 7.03 MB Download (48): Test Automation FX Download

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

QPack Test Management (FREE) QPack Free Software Testing Tools for Test Management by Orcanos. Includes Requirements Management and traceability, Test Plan, Test Execution, Defect Tracking - Get Free edition now. A Complete and structured Application Lifecycle Management solution, from requirements definition, through design...


Platforms: Windows

License: Freeware Size: 107.94 MB Download (68): QPack Test Management (FREE) Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 740

MB Friendship Compatibility Test MB Free Friendship Compatibility Test is an easy to understand software that describes the compatibility between you and your friends. This software helps you understand your relationship better and work on the areas that are weak. We sometimes don't understand the kind of relationship we share...


Platforms: Windows

License: Freeware Size: 1.21 MB Download (57): MB Friendship Compatibility Test Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 546

Test cases management , TestUp Tracker Test Cases Management and TCM tool, Simple yet flexible, Low cost for the small and mid-sized companies. Competitive prices: get started for 5$/user. Hosted or locally installed solutions,TestUp Management is a powerful web based TCM tool. Supporting an easy way to manage and track your test...


Platforms: Windows, Other

License: Shareware Cost: $50.00 USD Size: 2.78 MB Download (48): Test cases management , TestUp Tracker Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 553

Test cases management - TestUp Tracker Test Cases Management and TCM tool, Simple yet flexible, Low cost for the small and mid-sized companies. Competitive prices: get started for 5$/user. Hosted or locally installed solutions,TestUp Management is a powerful web based TCM tool. Supporting an easy way to manage and track your test...


Platforms: Windows, Other

License: Shareware Cost: $50.00 USD Size: 2.38 MB Download (505): Test cases management - TestUp Tracker Download

< 1 2 3 4 5 >