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

Ez Test White freeware
Filter: All | Freeware | Demo
 

Ez Test White

1 2 3 4 5 > 
Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.785

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

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

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 1.064

Test Tone Generator The Test Tone Generator (TTG) turns the PC into a programmable function generator for testing or demonstration, sound tuning, education and many other purposes.Features include: Constant and swept tones (log or lin); Many wave forms (Sine/square/triangle/sawtooth/white and pink noise with...


Platforms: Windows

License: Freeware Size: 839.68 KB Download (862): Test Tone Generator Download

Added: October 17, 2013 | Visits: 474

KeY - Test Case Generator KeY is usable as a white-box-testing tool. This means that KeY can create JUnit test cases from proofs (or proof attempts) based on the information obtainable from the proof tree. Since a proof tree in KeY is basically a symbolic execution tree it can provide valuable information such as...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (38): KeY - Test Case Generator Download

Released: January 08, 2001  |  Added: July 08, 2006 | Visits: 3.521

EZ Wizard EZ Wizard provides a simple point and click interface to enable monitor power management on Windows 95, 98, ME, 2000 and XP systems saving up to $50 / yr in energy costs. It was developed by the DOE/EPA under the Energy Star Monitor Power Management program to promote increased use of PC monitor...


Platforms: Windows

License: Freeware Size: 86 KB Download (400): EZ Wizard Download

Added: January 08, 2006 | Visits: 7.425

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: May 08, 2009 | Visits: 1.077

Roadkil's Monitor Test Test patterns for repairing computer monitors. Displays grids, colours and plain white screens to help focusing and tuning.


Platforms: Windows

License: Freeware Size: 33 KB Download (467): Roadkil's Monitor Test Download

Added: January 18, 2010 | Visits: 1.438

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

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

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

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

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

Added: October 19, 2010 | Visits: 1.557

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: October 02, 2010 | Visits: 1.406

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

Added: January 02, 2010 | Visits: 1.142

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: October 26, 2010 | Visits: 960

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: July 15, 2010 | Visits: 919

Test::use::ok Test::use::ok is an alternative to Test::More::use_ok. SYNOPSIS use ok( Some::Module ); According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Test::use::ok Download

Added: October 23, 2010 | Visits: 1.001

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: November 14, 2010 | Visits: 1.190

eZ publish eZ publish is a popular open source content management system and development framework. eZ publish project is distributed, developed and supported by eZ systems. eZ systems is a commercial company, founded by experienced and open-minded people. The company builds its business by providing...


Platforms: *nix

License: Freeware Size: 28 MB Download (109): eZ publish Download

Added: May 20, 2010 | Visits: 1.180

eZ components eZ components project is an enterprise-ready, general-purpose PHP platform. As a collection of high-quality independent building blocks for PHP application development, eZ components will both speed up development and reduce risks. An application can use one or more components easily, as they...


Platforms: *nix

License: Freeware Size: 6.1 MB Download (100): eZ components Download

1 2 3 4 5 >