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

Regression Tests freeware
Filter: All | Freeware | Demo
 

Regression Tests

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.122

HTTPD::Bench::ApacheBench HTTPD::Bench::ApacheBench is a Perl API for Apache benchmarking and regression testing. SYNOPSIS use HTTPD::Bench::ApacheBench; my $b = HTTPD::Bench::ApacheBench->new; # global configuration $b->concurrency(5); $b->priority("run_priority"); # add HTTP request sequences (aka: runs) my...



Platforms: *nix

License: Freeware Size: 64.51 KB Download (119): HTTPD::Bench::ApacheBench Download

Added: April 11, 2010 | Visits: 2.535

CyberTester 2 CyberTester is a Web-based application originally designed to allow teachers to create tests/exams/assignments (consisting of single-choice, multiple-choices or keywords-based questions) and assign them to students to conduct online tests. Students can login to take these tests and review their...





Platforms: *nix

License: Freeware Size: 11.4 MB Download (139): CyberTester 2 Download

Added: June 18, 2010 | Visits: 875

Apache AntUnit AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test. Tests are written as targets in a build file using assertion tasks...


Platforms: *nix

License: Freeware Download (94): Apache AntUnit Download

Added: May 19, 2010 | Visits: 973

rlytest rlytest project tests a host to determine whether it will relay third-party email. It will try to relay an email message to yourself through that host. A host that allows third-party relay is subject to attack by Internet vandals, and frequently is hijacked by spammers to relay massive amounts...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): rlytest Download

Added: April 13, 2010 | Visits: 1.023

StoryTestIQ StoryTestIQ is a tool for creating "Executable Requirements" which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combination allowed StoryTestIQ to capture the web browser...


Platforms: *nix

License: Freeware Size: 3.2 MB Download (95): StoryTestIQ Download

Added: July 24, 2010 | Visits: 1.175

Selenium IDE Selenium IDE is an integrated development environment for Selenium tests. Selenium IDE is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (158): Selenium IDE Download

Added: March 14, 2010 | Visits: 1.294

linkloop linkloop software is similar to ping, but tests connectivity at the link layer (layer 2) instead of the network layer (layer 3). This works like the HP-UX linkloop utility. It was tested between Linux and HP-UX. There is also a "server-side" utility. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (123): linkloop 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: August 13, 2010 | Visits: 687

PloneSelenium PloneSelenium provides a product for web-based functional tests. PloneSelenium is a Plone Product allowing developers to create TTW Selenium test suites with a single Python Script, in order to do browser-based functional testing of their site. Once you have developped the tests with...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): PloneSelenium Download

Added: April 24, 2010 | Visits: 920

Siege SIEGE is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege project lets the user hit a webserver with a configurable number of concurrent...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (98): Siege Download

Added: April 02, 2010 | Visits: 1.191

Coverlipse Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. Coverlipse project is unique for it integrates seamlessly in Eclipse. The coverage results are given directly after a JUnit run. This makes it the perfect tool for developers to recognize their tests fullfil their...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (105): Coverlipse Download

Added: April 24, 2010 | Visits: 1.001

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: July 22, 2013 | Visits: 843

Testar Testar is a tool designed to reduce the time spent running Java unit tests. It runs on top of JUnit and automatically selects individual tests to run based on what tests previously succeeded and what changes you have made to your code since then.


Platforms: *nix

License: Freeware Size: 92.16 KB Download (88): Testar Download

Added: June 13, 2010 | Visits: 632

cutee cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): cutee Download

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

Added: March 17, 2010 | Visits: 1.167

Cache::Benchmark Cache::Benchmark is a Perl module that tests the quality and speed of a cache module to compare cachemodules and algorithms. SYNOPSIS use Cache::Benchmark(); use Cache::MemoryCache(); use Cache::SizeAwareMemoryCache(); my $cache_1 = new Cache::MemoryCache({ namespace => my,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Cache::Benchmark Download

Added: August 12, 2010 | Visits: 1.010

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Released: March 15, 2009  |  Added: November 23, 2011 | Visits: 988

EASY-FIT Express The software system solves constrained nonlinear parameter estimation problems. Synonyms are data fitting, nonlinear regression, parameter identification, curve and surface fitting. A statistical analysis provides confidence intervals, correlation and covariance matrices, identification of...


Platforms: Windows

License: Freeware Size: 63.6 MB Download (143): EASY-FIT Express Download

Released: April 15, 2012  |  Added: August 12, 2012 | Visits: 1.771

Quiz Maker Free Quiz Maker Free lets you create custom online tests of any size. The customizable features include Questions and Answers Choices along with their respective Solutions.


Platforms: Windows

License: Freeware Size: 4.17 MB Download (639): Quiz Maker Free Download

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

PSPP PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. The most important of these exceptions are, that there are no 'time bombs'; your copy of PSPP will not 'expire' or...


Platforms: Windows

License: Freeware Size: 15.2 MB Download (52): PSPP Download

< 1 2 3 4 5 >