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

Test Unit Tests Alltests 0 14 software
Filter: All | Freeware | Demo
 

Test Unit Tests Alltests 0 14

< 1 2 3 4 5 > 
Added: November 28, 2013 | Visits: 891

Unit Test for C Unit Test for C is a very useful and powerful software development tool for C and C++ programmers. It is designed to provide a great deal of functionality in a very small package and functions nearly identically on Windows and UNIX systems. Features . Very powerful unit testing for C and...



Platforms: *nix

License: Freeware Size: 81.92 KB Download (56): Unit Test for C Download

Released: January 10, 2003  |  Added: August 01, 2006 | Visits: 6.575

Test Creator It has never been easier to be a teacher and create and grade tests as it is now with Markosoft's Test Creator and Test Taker applications. With the Test Creator, you can effortlessly build tests that include multiple choice, true/false, short answer, and essay questions and the tests can either...





Platforms: Windows

License: Shareware Cost: $45.00 USD Size: 1.26 MB Download (235): Test Creator Download

Released: February 20, 2008  |  Added: February 28, 2008 | Visits: 2.913

NUnit Test Generator Does the quality of your code matter? If it does, then you simply have to try the NUnit Test Generator. The NUnit Test Generator works with NUnit to make your life easier. It not only creates the stubs for the tests, it extracts the the documentation you've already written for your properties and...


Platforms: Windows

License: Commercial Cost: $9.97 USD Size: 1.41 MB Download (129): NUnit Test Generator Download

Added: October 04, 2010 | Visits: 878

SipUnit SipUnit provides a test environment geared toward unit testing SIP applications. SipUnit project extends the JUnit test framework to incorporate SIP-specific assertions, and it provides a high-level API for performing the SIP operations needed to interact with or invoke a test target. A test...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (96): SipUnit Download

Added: October 23, 2010 | Visits: 1.192

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: August 07, 2010 | Visits: 745

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 (90): Test::Glade Download

Added: May 10, 2010 | Visits: 816

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: September 11, 2013 | Visits: 484

Test::DataDriven Test::Base is great Perl module for writing data driven tests, but sometimes you need to test things that cannot be easily expressed using the filter-and-compare-output approach. Test::DataDriven builds upon Test::Base adding the ability to declare actions to be run for each section of each test...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Test::DataDriven Download

Added: January 16, 2006 | Visits: 3.853

Academic Test Tool Academic Test Tool is for educators who need a simple, but professional and accurate, method create tests and examine their students. Our software can help teacher quickly prepare tests for exam purposes or students training. These tests can include introduction info and five types of questions....


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 630 KB Download (201): Academic Test Tool Download

Added: January 18, 2010 | Visits: 1.180

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: October 21, 2010 | Visits: 883

Otk Tests Otk Tests are tests for the Open Tool Kit project. Otk is a portable widget library for making graphical user interfaces for C programs. It emphasizes simplicity for the application programmer without eliminating capability. Based on OpenGL, Otk supports Linux, Unix, and other OSs neutrally and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Otk Tests Download

Added: April 05, 2010 | Visits: 946

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: July 12, 2010 | Visits: 1.191

XINS 2.0 / 2.1 Alpha XINS is a technology used to define, create, and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML), XINS will transform them to HTML-based documentation and Java code for both the client-side and the server-side. The communication is based on...


Platforms: *nix

License: Freeware Size: 3.4 MB Download (101): XINS 2.0 / 2.1 Alpha Download

Added: March 20, 2010 | Visits: 910

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: February 05, 2010 | Visits: 960

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

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 418

Lemonite Lemonite is a handy tool that automates J2EE unit test development and management. Lemonite is entirely implemented in Java and makes it very easy to write and run unit tests for common J2EE business concepts (EJB, Servlets, etc.) and for Web Services too.


Platforms: Windows

License: Freeware Download (44): Lemonite Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 750

Online IQ Test Difficult online iq and logic test. Number of right answers correlates with your intelligence quotient. The test consists of 10 questions, each of them allows to estimate your logical abilities. A group of more than 2000 of students has been tested with this iq test to gather the best statistical...


Platforms: Windows

License: Freeware Size: 20 KB Download (495): Online IQ Test Download

Added: August 17, 2013 | Visits: 405

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

Released: August 31, 2016  |  Added: June 24, 2017 | Visits: 628

Test Data Generator TDG TDG 2.0 creates and manages test and mass data in SQL databases. Numerous functionalities are now performed on request automatically to ensure fast results. An entire database can be automatically fully equipped with test data on request. Automated and manually created test data definition can be...


Platforms: Windows 7, Windows, Windows Server

License: Demo Cost: $499.00 USD Size: 107.35 MB Download (55): Test Data Generator TDG Download

Added: January 18, 2010 | Visits: 1.018

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

< 1 2 3 4 5 >