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

Winrunner Test Automation Framework freeware
Filter: All | Freeware | Demo
 

Winrunner Test Automation Framework

< 1 2 3 4 5 > 
Added: September 10, 2010 | Visits: 1.294

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: May 10, 2013 | Visits: 298

Simpletest automation Every commited patch is run through a series of tests and the contributor is notified whether the patch passes them or not.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 4.7.x/5.x





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

License: Freeware Download (56): Simpletest automation Download

Added: February 26, 2010 | Visits: 1.174

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: October 11, 2010 | Visits: 1.719

dogtail dogtail is the Desktop GUI Tester for Linux. It is a GUI test tool and automation framework written in Python that uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program. dogtail project...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (103): dogtail Download

Added: August 11, 2014 | Visits: 1.343

Hammerora Hammerora is an open source load test tool for the Oracle, Microsoft SQL Server and MySQL Databases and Web Applications. Hammerora includes pre-built load tests based on the industry standard TPC-C and TPC-H benchmarks and Oracle trace file replay Features Oracle, SQL Server,...


Platforms: *nix

License: Freeware Size: 6.55 MB Download (81): Hammerora Download

Released: July 18, 2017  |  Added: July 23, 2017 | Visits: 716

Selenium Alternatives Reviewer Selenium Alternatives Reviwer is a great platform to review and compare web testing tools in order to find out the best best selenium alternative for automated web app tests. There are four dimensions: Analyze Selenium Issues and Problems What are the difficulties or challenges you...


Platforms: Windows, Windows 7

License: Freeware Size: 1.19 MB Download (42): Selenium Alternatives Reviewer Download

Added: August 23, 2008 | Visits: 1.381

.NET KineticaRT Real-Time Data Simulator The KineticaRT .NET Simulator component provides simulated real-time data. Outputs include sine waves, sawtooth and noise, may be used with very little configuration and can provide reliable waveform test data. It is a member of the KineticaRT family of components, which can be used separately or...


Platforms: Windows

License: Freeware Size: 503 KB Download (149): .NET KineticaRT Real-Time Data Simulator Download

Added: May 10, 2013 | Visits: 595

sqabd-web SQABD-WEB is an open source PHP project for the official SQABD website. The main programming artifacts are PHP, XHTML and MySQL. The project community will get to do the following: - Source version control using Subversion. - Use issue tracker of Google Code. - Test automation with Selenium...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (55): sqabd-web Download

Added: November 17, 2013 | Visits: 474

FlexMonkey FlexMonkey is a free Adobe AIR application used for testing Flex and AIR based applications. Providing the functionality to record, playback and verify Flex UI interactions, our test automation tool also generates ActionScript-based testing scripts that you can easily include within a continuous...


Platforms: Mac

License: Freeware Size: 10.16 MB Download (49): FlexMonkey Download

Added: April 26, 2010 | Visits: 1.013

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

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

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

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

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

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

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: January 02, 2010 | Visits: 1.033

Test-AutoBuild Test-AutoBuild is a framework for performing continuous, unattended, automated software builds. Test-AutoBuild pulls code from source control repositories (CVS, Perforce, and GNU Arch are currently supported), calculates inter-module dependencies, builds each module, and then generates HTML...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (97): Test-AutoBuild Download

Added: January 08, 2010 | Visits: 922

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

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 428

AsUnit: ActionScript Unit Test Framework AsUnit is the only open-source unit test framework that supports Flash Players 6, 7, 8 and 9.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 387.28 KB Download (54): AsUnit: ActionScript Unit Test Framework Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 380

GNU make test framework munit is a small test framework for GNU makefiles, inspired by the JUnit project. Since GNU make 3.80, makefiles can become very complex (recursive functions, dynamic contents via eval() etc.). munit has been developed to make it easy to test them.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.37 KB Download (47): GNU make test framework Download

< 1 2 3 4 5 >