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

Career Tests freeware
Filter: All | Freeware | Demo
 

Career Tests

< 1 2 3 4 5 
Added: September 21, 2013 | Visits: 763

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed...



Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: March 08, 2010 | Visits: 642

GTestRunner GTestRunner is a Gtk+ based testrunner module for Perl, inspired by JUnit, but with a slightly different user interface and functionality. If you were not satisfied with the Tk based graphical frontend that ships with Test-Unit, then GTestRunner is probably the tool of choice when you want to...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (88): GTestRunner Download

Added: October 16, 2013 | Visits: 2.384

CW Trainer Easy to use CW Trainer for Linux. Adaptable for both the Koch and Farnsworth method of learning Morse Code. Makes random tests or can read text from a file. Sample QSO's included. Uses QT user interface. Licensed under the GPL.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (279): CW Trainer Download

Added: May 02, 2010 | Visits: 756

simple_scan simple_scan Perl module can scan a set of Web pages for strings present/absent. ABSTRACT App::SimpleScan - Mini-language for website testing SYNOPSIS simple_scan [--generate] [--run] [--define key="value value ..." ] [--override] [--defer] [--debug] [--warn] [--no-agent]...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (90): simple_scan Download

Added: June 06, 2010 | Visits: 1.039

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: January 09, 2010 | Visits: 1.084

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): App::SimpleScan::Plugin::LinkCheck Download

Added: January 11, 2010 | Visits: 705

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: June 02, 2010 | Visits: 1.495

Remote Monitoring Agent Remote Monitoring Agent (RMA in short) is an auxiliary application for HostMonitor. Enterprise license for Advanced Host Monitor already includes license for 10 installations of the agent. Holders of a Lite, Standard or Professional licenses may buy an additional license for Remote Monitoring...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (105): Remote Monitoring Agent Download

Added: November 17, 2010 | Visits: 875

Cobertura Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): Cobertura Download

Added: January 25, 2010 | Visits: 850

MoMEUnit MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant. It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): MoMEUnit Download

Added: September 27, 2010 | Visits: 809

WAchecker WAchecker is a Python library for writing and executing automated and semi-automated Web accessibility tests. Tests for Web Content Accessibility Guidelines 1.0 and Section 508 are included..


Platforms: *nix

License: Freeware Size: 68.61 KB Download (89): WAchecker Download

Added: June 27, 2013 | Visits: 1.491

Linux Test Project The Linux Test Project is a group aimed at testing and improving Linux. The goal of the LTP is to deliver a suite of automated testing tools for Linux as well as publishing the results of tests we run. LTP invites community to contribute in new horizons


Platforms: *nix

License: Freeware Size: 8.41 MB Download (107): Linux Test Project Download

Added: May 27, 2010 | Visits: 836

bonnie++ Bonnie++ is a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance. Then you can decide which test is important and decide how to compare different systems after running it. I have no plans to ever have it produce a single number,...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (107): bonnie++ Download

Added: August 22, 2010 | Visits: 688

Rehersal Rehersal is a testing framework for Scala. It replaces the built-in SUnit functionality. The project uses Expectations rather than Assertions, with real boolean operators. Tests can have any name, with any punctuation.. Index for Rehersal, a testing framework for Scala


Platforms: *nix

License: Freeware Size: 133.12 KB Download (87): Rehersal Download

Added: June 22, 2010 | Visits: 748

HTTP::WebTest HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method arguments) $webtest->run_tests($tests);...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (89): HTTP::WebTest Download

Added: April 26, 2010 | Visits: 1.057

WBox Wbox is a command line tool to test HTTP performance of Web servers and Web applications, to test HTTP compression, to perform stress tests simulating multiple HTTP clients, and to test virtual domain configurations before DNS propagation. The project also implements a configuration-free Web...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (107): WBox Download

Added: February 13, 2010 | Visits: 897

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: January 26, 2010 | Visits: 1.133

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: January 25, 2010 | Visits: 709

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

Added: April 07, 2010 | Visits: 844

PerlActor PerlActor is a simple automated executable acceptance test framework for Perl. PerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code. XP mandates that...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (87): PerlActor Download

< 1 2 3 4 5