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

Automated Testing Framework software
Filter: All | Freeware | Demo
 

Automated Testing Framework

1 2 3 4 5 > 
Added: January 17, 2010 | Visits: 923

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: September 05, 2013 | Visits: 472

PUnit - Unit Testing Framework PUnit, an elegant, lightweight unit testing framework for PHP 5 Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (41): PUnit - Unit Testing Framework Download

Added: May 06, 2013 | Visits: 374

MUnit: a unit testing framework in Matlab This is a complete unit testing framework in Matlab that includes test cases, test sets, automated collecting of complex test trees from the file system, automated parsing of tests to anable the user to just-write-tests, test fixtures, test callbacks, selectable and reimplementable test runners,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): MUnit: a unit testing framework in Matlab Download

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

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 556

BlueDuck SDA BlueDuck SDA (Selenium Driver AutoIt) is an open-source automated testing framework that can be easily used by technical and non-technical users alike. It allows you to write tests that are easy to read and maintain. BlueDuck SDA is a powerful yet easy-to-use framework designed to help you... Platforms: Windows

License: Freeware Download (48): BlueDuck SDA Download

Added: June 21, 2013 | Visits: 440

Test client setup This package provides a command line tool to assist in the setup of a server for the automated testing framework located at http://testing.drupal.org. The package does all of the following: * Checks all server software dependencies. * Installs the Drupal codebase and supporting testing modules. *... Platforms: PHP

License: Freeware Size: 30.72 KB Download (46): Test client setup Download

Added: August 08, 2013 | Visits: 299

IdMUnit IdMUnit is the open-source automated testing framework for Identity Management solutions. Features + Eliminate the fear of change + Add solution agility by providing complete regression testing with the press of a button + Reduce scope and cost, improve quality and have more time to... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.99 MB Download (45): IdMUnit Download

Added: October 09, 2013 | Visits: 541

Tellurium The Tellurium Automated Testing Framework (Tellurium) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object in the format of nested basic UI elements. For... Platforms: Mac

License: Freeware Size: 319.49 KB Download (41): Tellurium Download

Added: November 07, 2013 | Visits: 252

Peptest Peptest is an automated testing framework designed to test whether or not the browser's UI thread remains responsive while performing a variety of actions. Tests are simple javascript files which can optionally import Mozmill's driver to manipulate the user interface in an automated fashion. Platforms: *nix

License: Freeware Size: 102.4 KB Download (38): Peptest Download

Added: August 06, 2010 | Visits: 2.483

WebInject - Web/HTTP Test Tool WebInject is a free tool for automated testing of web applications and services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (102): WebInject - Web/HTTP Test Tool Download

Released: August 05, 2012  |  Added: September 02, 2012 | Visits: 3.443

vTest vTest is a web automated testing tool for the regression & functional testing of web apps. It incorporates record, verify, playback and reporting capabilities. vTest supports automated testing using both Microsoft Internet Explorer and Mozilla Firefox. All popular Internet technologies such as... Platforms: Windows

License: Demo Cost: $495.00 USD Size: 11.68 MB Download (280): vTest 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: August 01, 2010 | Visits: 1.620

Crucible Crucible provides a powerful, flexible backend for building automated testing systems. Crucible allows for conducting tests on multiple machines (via NFS), including patching, rebuilding, and booting new kernels, libraries, and services. Configuration and customization can be done through... Platforms: *nix

License: Freeware Size: 79.87 KB Download (108): Crucible Download

Added: April 20, 2010 | Visits: 1.135

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.165

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.081

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.215

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: 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

1 2 3 4 5 >