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

Testing freeware
Filter: All | Freeware | Demo
 

Testing

< 1 2 3 4 5 > 
Added: October 25, 2010 | Visits: 940

Bundle::Test Bundle::Test is a set of modules for software and hardware testing using Perl. SYNOPSIS A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command: perl -MCPAN -e install Bundle::Test This bundle,...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Bundle::Test Download

Released: April 27, 2012  |  Added: May 05, 2012 | Visits: 1.198

RoboCert ECSS Practice Testing Engine Download free ECSS practice testing engine. ECSS practice testing engine is ultimate solution for validation of your knowledge. All ECSS exam materials are with money back guarantee. Download free demo.





Platforms: Windows

License: Freeware Size: 1.04 MB Download (98): RoboCert ECSS Practice Testing Engine Download

Added: October 26, 2010 | Visits: 959

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: August 26, 2010 | Visits: 1.239

pyNMS pyNMS is a set of Python modules for network management, network testing, systems management, and general use. It contains a nearly complete implementation of SNMPv2c, a SMI/MIB package, and a MIB "compiler". The package as a whole is currently in development, and much of the top-level NMS...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (98): pyNMS Download

Added: March 09, 2010 | Visits: 1.146

Solex 0.5.3 Solex is a free open source Web application testing tool built as a plug-in for the Eclipse IDE. Solex project provides functions to record a client session, adjust it according to various parameters and replay it later typically in order to ensure non regression of the applications behaviour...


Platforms: *nix

License: Freeware Size: 5.2 MB Download (98): Solex 0.5.3 Download

Added: November 10, 2010 | Visits: 828

Test::Unit::InnerClass Test::Unit::InnerClass is a unit testing framework helper class. SYNOPSIS This class is not intended to be used directly This class is used by the framework to emulate the anonymous inner classes feature of Java. It is much easier to port Java to Perl using this class..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Unit::InnerClass Download

Added: March 02, 2010 | Visits: 799

pTest 1.0 pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit. A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): pTest 1.0 Download

Added: April 22, 2010 | Visits: 1.213

DeskScribe DeskScribe is a suite of tools for recording a users desktop activity in usability testing scenarios. It captures the mouse pointer at 200 frames per second, so I would advise against running it on devices powered solely by a battery, for extended periods of time. Currently, it only captures...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): DeskScribe Download

Added: January 18, 2010 | Visits: 1.017

PITA::XML::Request PITA::XML::Request is a request for the testing of a software package. SYNOPSIS # Create a request specification my $dist = PITA::XML::Request->new( scheme => perl5, distname => PITA-XML, # The package to test file => PITA::XML::File->new( filename => Foo-Bar-0.01.tar.gz, digest =>...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (96): PITA::XML::Request Download

Added: January 25, 2010 | Visits: 841

MoMEUnit MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): MoMEUnit Download

Added: January 18, 2010 | Visits: 1.065

CATSRunner CATSRunner is a unit testing framework. C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach....


Platforms: *nix

License: Freeware Size: 2.2 MB Download (95): CATSRunner Download

Added: May 23, 2010 | Visits: 808

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: May 23, 2010 | Visits: 787

X11::GUITest X11::GUITest is a Perl package intended to facilitate the testing of GUI applications by means of user emulation. X11::GUITest can be used to test and interact with GUI applications which have been built in some fashion (X toolkit, GTK+, Qt, Motif, etc.) upon the X library.. Get X11::GUITest at...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): X11::GUITest Download

Added: October 07, 2010 | Visits: 975

RateIt RateIt is a GUI tool for performing subjective testing of audio samples based on the MUltiple Stimuli with Hidden Reference and Anchor (MUSHRA) methodology as specified in ITU-R recommendation BS.1534-1. This project is dual-licensed under the General Public License (GPL) and the Mozilla Public...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): RateIt 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: 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

Released: January 31, 2012  |  Added: May 31, 2012 | Visits: 903

CAS BACnet Object Monitor The CAS BACnet Object Monitor is a software designed to run on a Windows computer for the purpose of testing a connection to a BACnet IP device, or to monitor a BACnet IP device. A user can configure BACnet data points either manually through a configuration screen or by importing a...


Platforms: Windows

License: Freeware Size: 2.37 MB Download (95): CAS BACnet Object Monitor Download

Added: February 06, 2010 | Visits: 991

eckbox Eckbox is software designed to aid in a specific type of security testing against a spying attack known as van Eck Phreaking or TEMPEST. It involves picking up radiation leaking from an electronic device, such as a monitor, and interpreting the signal to recreate the data contained in the device....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): eckbox Download

Added: May 10, 2013 | Visits: 561

XMLUnit XMLUnit extends JUnit and NUnit to enable unit testing of XML. It compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions. XMLUnit for Java provides two JUnit extension classes, XMLAssert and...


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

License: Freeware Download (94): XMLUnit Download

Added: January 13, 2010 | Visits: 1.089

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): Test::Unit::TestRunner Download

< 1 2 3 4 5 >