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

Automated Testing Framework freeware
Filter: All | Freeware | Demo
 

Automated Testing Framework

< 1 2 3 4 5 > 
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: 450

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

Added: September 10, 2010 | Visits: 1.297

CppUnit - C++ port of JUnit CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers.. Platforms: *nix

License: Freeware Size: 716.8 KB Download (179): CppUnit - C++ port of JUnit Download

Added: March 02, 2010 | Visits: 804

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 (103): pTest 1.0 Download

Added: July 02, 2010 | Visits: 1.480

ASTUce ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. ASTUce project is intended for developers who wish to implement unit tests.. Platforms: *nix

License: Freeware Size: 174.08 KB Download (92): ASTUce Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 386

Inteligent Agent CT Framework Development of an Inteligent Agent Creation and Testing Framework (IACTF) for use in AI Inteligent Agents scenarios. Also development of a centralized server component for IA management. Platforms: Windows, Mac, Linux

License: Freeware Size: 7.82 KB Download (44): Inteligent Agent CT Framework Download

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

QuickCheck for Java QC4J is an automated, specification-based testing framework, based on QuickCheck for Haskell. It makes it easy to test referentially transparent code, by creating test data automatically through user-defined generators. Platforms: Windows, Mac, Linux

License: Freeware Size: 31.26 KB Download (49): QuickCheck for Java Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 535

R Unit Test Framework R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools Platforms: Windows, Mac, Linux

License: Freeware Size: 274.5 KB Download (49): R Unit Test Framework Download

Added: April 12, 2013 | Visits: 428

Unit testing tools MatUnit is a unit testing framework for MATLAB. Much like it's Java counterpart JUnit, it allows the programmer to easily run many tests and report its results for MATLAB functions.-We want to be able to teach students how to test numerical software.- Many of them will have seen JUnit or similar... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Unit testing tools Download

Added: July 07, 2013 | Visits: 249

SASUnit SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands. Platforms: *nix

License: Freeware Size: 2.13 MB Download (40): SASUnit Download

Added: September 13, 2013 | Visits: 354

django-nose-selenium Selenium is a portable testing framework for web applications. It allows you to write tests that run in the browser to test your user interface and javascript code that is not available through the usual testing channels. See the examples below to get a clearer impression of what selenium tests... Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): django-nose-selenium Download

Added: August 14, 2013 | Visits: 333

pFUnit for Linux pFUnit is a Fortran testing framework created by developers from NASA and NGC TASC. pFUnit offers a convenient, lightweight mechanism for Fortran developers to create and run software tests that specify the desired behavior for a given piece of code. Platforms: *nix

License: Freeware Size: 122.88 KB Download (32): pFUnit for Linux Download

Released: November 10, 2008  |  Added: February 23, 2009 | Visits: 1.130

cfix cfix is an xUnit testing framework for C/C++, fully specialized for Win32 (32/64 bit) development. cfix requires only little effort to author unit tests, which are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such... Platforms: Windows

License: Freeware Size: 3.34 MB Download (123): cfix Download

Added: October 26, 2010 | Visits: 968

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: November 11, 2010 | Visits: 2.204

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

RCUNIT RCUNIT is a robust C unit testing framework. Requiring only an ANSI compliant C compiler, It is a highly portable testing tool.. Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): RCUNIT Download

< 1 2 3 4 5 >