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

Testing Framework freeware
Filter: All | Freeware | Demo
 

Testing Framework

1 2 3 4 5 > 
Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 442

js functional and unit testing framework JsFUnit is a Functional and Unit Testing framework for client-side (in-browser) JavaScript. It be based on jsUnit Platforms: Windows, Mac, Linux

License: Freeware Size: 31.59 KB Download (44): js functional and unit testing framework Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 376

Unit Testing Framework - XSLT Unit Testing Framework - XSLT (UTF-X) is a JUnit extension for testing XSLT stylesheets. Platforms: Windows, Mac, Linux

License: Freeware Size: 12.09 MB Download (50): Unit Testing Framework - XSLT Download

Added: April 26, 2010 | Visits: 1.017

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: April 20, 2010 | Visits: 1.134

Test::Unit::tests::AllTests Test::Unit::tests::AllTests is a unit testing framework self tests. SYNOPSIS # command line style use perl TestRunner.pl Test::Unit::tests::AllTests # GUI style use perl TkTestRunner.pl Test::Unit::tests::AllTests This class is used by the unit testing framework to encapsulate all the... Platforms: *nix

License: Freeware Size: 45.06 KB Download (92): Test::Unit::tests::AllTests Download

Added: September 09, 2010 | Visits: 1.164

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: January 13, 2010 | Visits: 1.096

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

Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: September 07, 2010 | Visits: 1.214

Test::Unit::Runner::Terminal Test::Unit::Runner::Terminal is a unit testing framework helper class. SYNOPSIS use Test::Unit::Runner::Terminal; my $testrunner = Test::Unit::Runner::Terminal->new(); $testrunner->start($my_test_class); This class is a test runner for the command line style use of the testing framework.... Platforms: *nix

License: Freeware Size: 75.78 KB Download (100): Test::Unit::Runner::Terminal Download

Added: January 17, 2010 | Visits: 922

Jameleon Jameleon project is an automated testing framework that can be used by technical and non-technical users alike. One of the main concepts behind it is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular... Platforms: *nix

License: Freeware Size: 3.8 MB Download (104): Jameleon Download

Added: November 10, 2010 | Visits: 838

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: February 20, 2010 | Visits: 1.315

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by... Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: January 08, 2010 | Visits: 923

Test::Unit::GTestRunner Test::Unit::GTestRunner is a Unit testing framework helper class SYNOPSIS use Test::Unit::GTestRunner; Test::Unit::GTestRunner->new->start ($my_testcase_class); Test::Unit::GTestRunner::main ($my_testcase_class); If you just want to run a unit test (suite), try it like this:... Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Test::Unit::GTestRunner Download

Added: September 07, 2010 | Visits: 771

TestOOB TestOOB is an advanced unit testing framework for Python. TestOOB integrates effortlessly with existing PyUnit (module ‘unittest’) test suites.. Platforms: *nix

License: Freeware Size: 58.37 KB Download (90): TestOOB Download

Added: August 22, 2010 | Visits: 688

Rehersal Rehersal is a testing framework for Scala. It replaces the built-in SUnit functionality. The project uses Expectations rather than Assertions, with real boolean operators. Tests can have any name, with any punctuation.. Index for Rehersal, a testing framework for Scala Platforms: *nix

License: Freeware Size: 133.12 KB Download (87): Rehersal Download

Added: May 10, 2013 | Visits: 417

NUnit .Net NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.4, is the fifth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take... Platforms: Windows, *nix, C#,

License: Freeware Download (48): NUnit .Net Download

Added: December 21, 2012 | Visits: 349

BugEye a1 BugEye is a unit testing framework that generates native code. It was developed in response to the identified limitations of existing unit testing frameworks. Features: - Anonymous test definitions: You don't have to create a unique name for each test. - Test metadata: Give a test a summary... Platforms: BSD Solaris

License: Freeware Download (48): BugEye a1 Download

Added: May 10, 2013 | Visits: 449

pTest The pTest framework is an Object Oriented PHP 5 testing framework. It differs from other testing frameworks in that it doesn't 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: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): pTest Download

Added: July 16, 2013 | Visits: 327

testtools testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. testtools also backports unittest changes from recent Pythons to Python 2.4 and 2.5. Platforms: *nix

License: Freeware Size: 143.36 KB Download (38): testtools Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 475

Abbot Java GUI Testing Framework Abbot is a simple framework for unit and functional testing of Java GUIs. Facilitates generating user actions and examining component state. Supports recording and playback on any Java application. Platforms: Windows, Mac, Linux

License: Freeware Size: 9.83 MB Download (50): Abbot Java GUI Testing Framework Download

Added: January 18, 2010 | Visits: 1.070

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

1 2 3 4 5 >