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

Mock Case Studies Test freeware
Filter: All | Freeware | Demo
 

Mock Case Studies Test

< 1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 1.579

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...





Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: August 05, 2008 | Visits: 1.369

Cry Havoc: Test of Faith Cry Havoc: Test of Faith is a computer adaptation of the turn-based tactical wargame Cry Havoc made by Standard Games and Publications Ltd. Use 38 different units including Crossbowmen, Squires, Knights, Halberdiers and more. A scenario editor allows you to create, save, and load your own...


Platforms: Windows

License: Freeware Size: 4.6 MB Download (145): Cry Havoc: Test of Faith Download

Added: April 15, 2010 | Visits: 1.205

TestGen4J TestGen4J automatically generates JUnit test cases from your own Java class files or source files. Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that define boundary conditions for the data...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (144): TestGen4J Download

Added: August 15, 2008 | Visits: 839

Test Drive Welcome to test drive our latest interactive game. Here is your chance to win $100 off the total cost of of your car. Don't delay play today! Hillside Auto Mall 56 Route 22 East Hillside, NJ 07205 1-866-544-5574 http://www.hillsideautomall.com


Platforms: Windows

License: Freeware Size: 400 KB Download (138): Test Drive Download

Added: September 26, 2010 | Visits: 1.267

JTestCase JTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units. Although the following examples show JTestCase used together with junit, please note that JTestCase has no dependence on junit itself. A moderately complex java projects may...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (136): JTestCase Download

Added: August 02, 2008 | Visits: 1.265

MB Free 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 donlt understand the kind of relationship we share...


Platforms: Windows

License: Freeware Size: 713 KB Download (136): MB Free Friendship Compatibility Test Download

Added: August 20, 2008 | Visits: 2.105

MB Free Relationship Compatibility Test MB Free Relationship Compatibility Test is a comprehensive family compatibility test software that lets you check your level of compatibility with your friends, parents and siblings. The program has been designed keeping in mind the average Internet user. It is simple to use and easy to...


Platforms: Windows

License: Freeware Size: 1.43 KB Download (134): MB Free Relationship Compatibility Test Download

Added: August 06, 2008 | Visits: 1.412

MB Psychic Symbol Test MB Psychic Symbol Test software is a unique resource that is quite simple and intuitive. The program has been designed so as to make you aware of your own psychic abilities. It has always been the aim of MysticBoard to develop simple and easy-to-use softwares. MB Free Psychic Symbol Test Software...


Platforms: Windows

License: Freeware Size: 1.18 KB Download (128): MB Psychic Symbol Test Download

Added: April 15, 2010 | Visits: 1.583

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: May 19, 2010 | Visits: 1.208

Test::ISBN Test::ISBN is a Perl module to check international standard book numbers. SYNOPSIS use Test::More tests => 1; use Test::ISBN; isbn_ok( $isbn ); Functions isbn_ok( STRING ) Ok is the STRING is a valid ISBN, in any format that Business::ISBN accepts. This function only checks the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (122): Test::ISBN Download

Added: May 01, 2010 | Visits: 829

Test::AutoBuild::Runtime Test::AutoBuild::Runtime is a Perl module with builder runtime state. SYNOPSIS use Test::AutoBuild::Runtime; my $runtime = new Test::AutoBuild::Runtime (archive_manager => $archive_manager, monitors => %monitors, repositories => %repositories, modules => %modules, package_types =>...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (122): Test::AutoBuild::Runtime Download

Added: March 22, 2010 | Visits: 1.093

Pascal Mock Pascal Mock provides a mock library for Delphi/Kylix/FreePascal. Delphi/Kylix/FreePascal were lacking a mock library. The Pascal Mock library enables the easy creation and use of Mock objects for unit testing, inspired by the various Java mock object tools. Mock objects ease unit testing by...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (118): Pascal Mock Download

Added: August 10, 2008 | Visits: 1.080

Vitamin Test Vitamin Test OCo Vitamins are involved in different functions and processes in organism. Few of them have very important protective roles: vitamins A, C, E (antioxydants), vitamin D and folic acid (the most important vitamin for women who would like to have children and for persons withhigh...


Platforms: Windows

License: Freeware Size: 310 KB Download (115): Vitamin Test Download

Added: November 11, 2010 | Visits: 2.194

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon....


Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: October 19, 2010 | Visits: 1.557

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: January 20, 2010 | Visits: 1.662

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: January 18, 2010 | Visits: 1.438

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: November 19, 2010 | Visits: 846

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 18, 2010 | Visits: 1.070

HOL-TestGen HOL-TestGen allows one to write test specifications in Higher-order logics (HOL). It can (semi-) automatically partition the input space, resulting in abstract test cases, and automatically select concrete test data. Automatic generation of test harnesses (in SML) is supported, and using a...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (108): HOL-TestGen Download

< 1 2 3 4 5 >