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

The Chakra Test freeware
Filter: All | Freeware | Demo
 

The Chakra Test

< 1 2 3 4 5 > 
Added: October 26, 2010 | Visits: 965

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: April 15, 2010 | Visits: 1.206

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....





Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: April 26, 2010 | Visits: 1.013

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: June 07, 2010 | Visits: 2.106

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: May 18, 2010 | Visits: 1.529

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: October 16, 2010 | Visits: 785

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

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 25, 2010 | Visits: 787

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

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo 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...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: November 07, 2010 | Visits: 1.227

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: July 21, 2010 | Visits: 1.182

Test::STDmaker::Check Test::STDmaker::Check is a Perl module that checks a software test description short hand. The Test::STDmaker::Check 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 package...


Platforms: *nix

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

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

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 837

Festplatten Test Tool SE Test your hard disk drive with this Festplatten-Info.de windows application. The program supports following hard drive types: Western Digital, Samsung, Hitachi, Trekstor, Freecom, Seagate, Maxtor and IBM hard disks. The Festplatten Test Tool shows hard drive information of internal and external...


Platforms: Windows

License: Freeware Size: 20.48 KB Download (66): Festplatten Test Tool SE Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 908

HTTP Test Tool HTTP Test Tool is a script based tool for testing and benchmarking web applications, web servers, proxy servers and web browsers. httest can emulate clients and servers even in the same test script. Emulating servers is a unique feature, very usefull for testing proxy servers, web browsers and...


Platforms: Windows

License: Freeware Size: 1013.76 KB Download (55): HTTP Test Tool Download

Added: May 10, 2013 | Visits: 412

Quick Test If Strings Are Identifiers Quick Test If Strings Are Identifiers script allows you to see if a string is an identifier.This script takes advantage of the special treatment of the __slots__ attribute with new-style python classes. The actual test is performed by the python interpreter and raises a TypeError if any slot...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Quick Test If Strings Are Identifiers Download

Added: June 07, 2013 | Visits: 438

Test Content Block Test Content Block is a tool for people tasked with the onerous chore of theming Drupal sites. When theming, you often have to run back and forth between node templates. It's a chore to have to open /admin/content/node to try to locate appropriate test content (especially if you've had Devel...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Test Content Block Download

Added: June 21, 2013 | Visits: 653

Resolution Test A Google Chrome extension for developers to test web pages in different screen resolutions The Resolution Test add-on also allows you to define your own resolutions. Resolution Test for ChromeIt includes a list of commonly used resolutions as well as a custom option for you to input your own.


Platforms: Mac

License: Freeware Size: 20.48 KB Download (45): Resolution Test Download

Added: August 17, 2013 | Visits: 404

Test::Verbose Given a list of test scripts, source file names, directories and/or package names, attempts to find and execute the appropriate test scripts. This (via the associated tv command) is useful when developing code or test scripts: just map "tv %" to a key in your editor and press it frequently...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Test::Verbose Download

Added: June 13, 2013 | Visits: 510

Test::DatabaseRow This is a simple module for doing very very simple quick tests on a database, primarily designed to test if a row exists with the correct details in a table or not. For more advanced testing (joins, etc) it's probably easier for you to roll your own tests by hand than use this module. Exports...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Test::DatabaseRow Download

Added: October 20, 2013 | Visits: 574

slapos.recipe.nosqltestbed slapos.recipe.nosqltestbed 0.0.6.dev ZC Buildout recipe for the No SQL test bed


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): slapos.recipe.nosqltestbed Download

< 1 2 3 4 5 >