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

Typing Wpm Test Option Com Ckforms freeware
Filter: All | Freeware | Demo
 

Typing Wpm Test Option Com Ckforms

< 1 2 3 4 5 
Added: May 18, 2010 | Visits: 1.526

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

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: September 11, 2010 | Visits: 799

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: January 03, 2010 | Visits: 897

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 (88): 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: April 24, 2010 | Visits: 995

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: August 07, 2010 | Visits: 739

Test::Glade Test::Glade is a simple way to test Gtk2::GladeXML-based apps. SYNOPSIS use Test::Glade tests => 2; my $glade_xml = interface.glade; has_widget( $glade_xml, { name => main_window, type => GtkWindow, properties => { title => Test Application, type => GTK_WINDOW_TOPLEVEL, resizable =>...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Test::Glade Download

Added: November 09, 2013 | Visits: 2.020

Typing Trainer Typing Trainer is an application suite that is directed towards students, from the novice to those who have the basic knowledge of the kebyoard finger layout, and want to train and exercise their expertese in typing. The design of the latter program, also allows for an environment where students...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (313): Typing Trainer Download

Added: July 03, 2010 | Visits: 730

Test::TestCoverage Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. SYNOPSIS use Test::TestCoverage; test_coverage(My::Module); my $obj = My::Module->new(); $obj->foo(); $obj->bar(); # test will be ok, assumed that My::Module has the subroutines new,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Test::TestCoverage Download

Added: May 10, 2010 | Visits: 812

classes::Test classes::Test are functions to help with classes pragma testing. SYNOPSIS can_new can_set_get has_decl has_class_const has_mixins has_mixins_hash is_classes MyClass; is_classes main; is_throwable X::Mine; is_classes_exc X::Mine; Generic tests based on Test::Builder designed to...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): classes::Test Download

Added: August 23, 2010 | Visits: 1.062

Test::Tech Test::Tech is a Perl module that adds skip_tests and test data structures capabilities to the "Test" module. SYNOPSIS ####### # Procedural (subroutine) Interface # # (use for &Test::plan, &Test::ok, &Test::skip drop in) # use Test::Tech qw(demo finish is_skip ok ok_sub plan skip skip_sub...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (89): Test::Tech Download

Added: August 23, 2010 | Visits: 728

Test::STDmaker::STD Test::STDmaker::STD is a Perl module that generates a STD POD from a test description short hand. The Test::STDmaker::STD package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): Test::STDmaker::STD Download

Added: November 07, 2010 | Visits: 1.220

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: September 12, 2010 | Visits: 1.598

Makin Bakon Typing Tutor Makin Bakon Typing Tutor project is a terminal-based typing tutor game written in C++ (with STL) and Curses. It contains both structured and fortune-based lessons. Learn to type to a professional standard while youre saving Pigs bacon! Warning: Includes material that may offend.. Get...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (135): Makin Bakon Typing Tutor 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

< 1 2 3 4 5