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

Dat Practise Test software
Filter: All | Freeware | Demo
 

Dat Practise Test

< 1 2 3 4 5 
Added: November 11, 2010 | Visits: 911

Test::STD::PerlSTD Test::STD::PerlSTD is a general Perl Software Test Description (STD). TITLE PAGE Gerneral Software Test Description (STD) for Perl Program Modules Revision: - Date: 2004/05/15 Prepared for: General Public Prepared by: http://www.SoftwareDiamonds.com support@SoftwareDiamonds.com...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): Test::STD::PerlSTD 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: January 20, 2010 | Visits: 1.661

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

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: April 26, 2010 | Visits: 861

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 (86): Test::LectroTest::Property Download

Added: February 05, 2010 | Visits: 958

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: 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: March 02, 2010 | Visits: 614

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: 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: November 15, 2010 | Visits: 887

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: 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

Added: November 22, 2010 | Visits: 1.549

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

Released: June 02, 2010  |  Added: June 07, 2010 | Visits: 1.621

4Easysoft Mac DAT to MPEG Video Converte As one excellent DAT to MPEG Video Converter for Mac, 4Easysoft Mac DAT to MPEG Video Converter converts DAT, VOB, MPG files to popular video/HD video files like AVI, DivX, XviD, MPEG-1, MPEG-2, H.264 AVI, HD H.264, HD AVI, HD MPG, HD TS, HD WMV, HD MPEG 4 as well as extract AAC, AC3, AIFF, AMR,...


Platforms: Mac

License: Shareware Cost: $19.95 USD Size: 10.4 MB Download (110): 4Easysoft Mac DAT to MPEG Video Converte Download

Released: December 13, 2010  |  Added: December 22, 2010 | Visits: 864

ImTOO DAT Converter ImTOO DAT Converter owns the high technology to convert DAT to most popular videos including AVI, DivX, MP4, MPEG-1/2/4, WMV, 3GP and FLV videos. The DAT to video converter can also extract MP3 and M4A audio from DAT video. New features: 1. Makes the built-in player resizable (Switch the...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 31.32 MB Download (112): ImTOO DAT Converter Download

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

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: March 09, 2011  |  Added: April 04, 2011 | Visits: 832

4Media DAT Converter 4Media DAT Converter is a fast DAT video converter to convert DAT video to most popular videos including AVI, DivX, MP4, MPEG-1/2, MPEG-4 AVC, WMV, 3GP, and FLV videos. Additionally, the DAT video converter can extract MP3 and M4A audio from DAT video. New features: 1. Makes the built-in...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 28.92 MB Download (104): 4Media DAT Converter Download

Released: April 14, 2011  |  Added: May 30, 2011 | Visits: 783

ThinkVD DAT Converter ThinkVD DAT Converter convert DAT file to all popular video formats such as AVI, DivX, MP4, MPEG2, MPEG4/H.264, WMV, 3GP, FLV etc. It can convert DAT file to audio formats such as M4A, MP3. 1.Super high speed:Convert in an instant with multi-core CPU processing and set the number of cores for...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 13 MB Download (468): ThinkVD DAT Converter Download

Released: October 25, 2009  |  Added: July 16, 2011 | Visits: 1.003

4Easysoft DAT to ASF Converter 4Easysoft DAT to ASF Converter is the first and best DAT to ASF Converter, which convert your VCD DAT to ASF, WMV, even to HD ASF, HD WMV. Then with this ADT to ASF Converter, you can easily play your VCD DAT file on Dell Player, HP iPAQ. 4Easysoft DAT to ASF Converter is also built to extract...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 6.27 MB Download (105): 4Easysoft DAT to ASF Converter Download

< 1 2 3 4 5