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

Regression Test freeware
Filter: All | Freeware | Demo
 

Regression Test

1 2 3 4 5 > 
Added: March 19, 2010 | Visits: 1.156

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...



Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.789

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...





Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 1.452

Test Management Software Zeta Test Test Management Software for test plans, test cases, with an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document...


Platforms: Windows

License: Freeware Size: 55.4 MB Download (52): Test Management Software Zeta Test Download

Added: April 15, 2010 | Visits: 871

WebTst WebTst is a Web development test infrastructure. It aims to simplify testing by implementing an HTTP and HTTPS capture engine: a Web proxy which records a testers actions using any Web browser and then replays them during testing. It comes with support for cookie handling, HTTP authentication,...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (90): WebTst Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 820

QA Wizard Pro 2011.0.0 Automated testing and load testing are critical activities in developing and deploying quality software applications. QA Wizard Pro automates the functional and regression testing of Web, Windows, and Java applications, and load testing of Web applications. Using a single application to perform...


Platforms: Windows

License: Freeware Size: 83.8 MB Download (63): QA Wizard Pro 2011.0.0 Download

Added: March 29, 2006 | Visits: 4.458

4IE iMacros Web Macro Recorder The Web browser is probably the most frequently used software today, and many tasks are highly repetitious. iMacros relieves the repetition of checking on the same sites every day, remembering passwords and filling out web forms. Web professional can use the software for functional testing and...


Platforms: Windows

License: Freeware Size: 3.26 MB Download (387): 4IE iMacros Web Macro Recorder Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 615

WebReplay WebReplay, a plug-in for Microsoft® Windows Internet Explorer®, designed for web professionals and quality assurance engineers allowing for advanced web automation and testing. With WebReplay you can fill web forms, automate web applications and and extract web page data, along with many...


Platforms: Windows

License: Freeware Size: 2.86 MB Download (56): WebReplay Download

Added: October 07, 2010 | Visits: 1.024

LibXDiff LibXDiff implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): LibXDiff Download

Added: February 23, 2010 | Visits: 987

PHPBench PHPBench provides a benchmark suite for PHP. It performs a large number of simple tests in order to bench various aspects of the PHP interpreter. PHPBench can be used to compare hardware, operating systems, PHP versions, PHP accelerators and caches, compiler options, etc. Custom tests can...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (112): PHPBench Download

Added: June 22, 2010 | Visits: 679

OpenDBX OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. OpenDBX provides a clean and simple interface across all supported databases that leads to an elegant code design automatically. Currently supported databases are: - Firebird - Interbase...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (94): OpenDBX Download

Added: October 26, 2010 | Visits: 1.464

Traffic Control - Next Generation Traffic Control - Next Generation (tcng) is a revision of the Linux network traffic control infrastructure that aims to make the configuration language less cryptic, and provide better interfaces for software and hardware accelerators. The goal of this project is to revise the network traffic...


Platforms: *nix

License: Freeware Size: 512 KB Download (115): Traffic Control - Next Generation Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 233

I18N_UnicodeNormalizer Performs the 4 normalizations: NFD, NFC, NFKD, NFKC. Complies with the official Unicode.org regression test. Uses UTF8 binary strings natively but can normalize a string in any UTF format.


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.05 MB Download (46): I18N_UnicodeNormalizer Download

Added: September 03, 2013 | Visits: 251

MaxQ MaxQ records you using a web site. It turns the links you click on and any other input into a Python script that you can play back at any time. You might use it to: * Check that your web site still works (regression test). * Check that your web site is producing valid HTML (using JTidy). *...


Platforms: Mac

License: Freeware Size: 3.88 MB Download (34): MaxQ Download

Added: October 25, 2006 | Visits: 6.595

Regression Business Plan Forecasting The Multiple Regression Forecasting model provides a solid basis for identifying value drivers and forecasting data. While it utilises a range of commonly employed statistical measures to test the validity of the analysis, results are summarized in text for ease of use. Once relationships have...


Platforms: Windows

License: Freeware Size: 145 KB Download (973): Regression Business Plan Forecasting Download

Added: January 08, 2006 | Visits: 7.429

Web page test automation toolkit Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from...


Platforms: Windows, Windows CE

License: Freeware Size: 13 KB Download (561): Web page test automation toolkit Download

Added: January 18, 2010 | Visits: 1.440

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.147

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.411

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.179

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.016

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

1 2 3 4 5 >