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

Neuropsychological Testing freeware
Filter: All | Freeware | Demo
 

Neuropsychological Testing

< 1 2 3 4 5 > 
Added: August 06, 2010 | Visits: 2.479

WebInject - Web/HTTP Test Tool WebInject is a free tool for automated testing of web applications and services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional,...



Platforms: *nix

License: Freeware Size: 29.7 KB Download (102): WebInject - Web/HTTP Test Tool Download

Released: January 31, 2012  |  Added: May 31, 2012 | Visits: 907

CAS BACnet Object Monitor The CAS BACnet Object Monitor is a software designed to run on a Windows computer for the purpose of testing a connection to a BACnet IP device, or to monitor a BACnet IP device. A user can configure BACnet data points either manually through a configuration screen or by importing a...





Platforms: Windows

License: Freeware Size: 2.37 MB Download (101): CAS BACnet Object Monitor Download

Added: September 07, 2010 | Visits: 1.209

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: October 23, 2010 | Visits: 1.191

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: October 25, 2010 | Visits: 946

Bundle::Test Bundle::Test is a set of modules for software and hardware testing using Perl. SYNOPSIS A bundle does not have code in it. It is only a list of related modules. It exists only to make it easier to install these modules with one command: perl -MCPAN -e install Bundle::Test This bundle,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Bundle::Test Download

Released: April 27, 2012  |  Added: May 05, 2012 | Visits: 1.204

RoboCert ECSS Practice Testing Engine Download free ECSS practice testing engine. ECSS practice testing engine is ultimate solution for validation of your knowledge. All ECSS exam materials are with money back guarantee. Download free demo.


Platforms: Windows

License: Freeware Size: 1.04 MB Download (98): RoboCert ECSS Practice Testing Engine Download

Added: October 26, 2010 | Visits: 965

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: August 26, 2010 | Visits: 1.243

pyNMS pyNMS is a set of Python modules for network management, network testing, systems management, and general use. It contains a nearly complete implementation of SNMPv2c, a SMI/MIB package, and a MIB "compiler". The package as a whole is currently in development, and much of the top-level NMS...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (98): pyNMS Download

Added: March 09, 2010 | Visits: 1.150

Solex 0.5.3 Solex is a free open source Web application testing tool built as a plug-in for the Eclipse IDE. Solex project provides functions to record a client session, adjust it according to various parameters and replay it later typically in order to ensure non regression of the applications behaviour...


Platforms: *nix

License: Freeware Size: 5.2 MB Download (98): Solex 0.5.3 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: April 22, 2010 | Visits: 1.219

DeskScribe DeskScribe is a suite of tools for recording a users desktop activity in usability testing scenarios. It captures the mouse pointer at 200 frames per second, so I would advise against running it on devices powered solely by a battery, for extended periods of time. Currently, it only captures...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): DeskScribe Download

Added: October 07, 2010 | Visits: 983

RateIt RateIt is a GUI tool for performing subjective testing of audio samples based on the MUltiple Stimuli with Hidden Reference and Anchor (MUSHRA) methodology as specified in ITU-R recommendation BS.1534-1. This project is dual-licensed under the General Public License (GPL) and the Mozilla Public...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): RateIt 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: January 18, 2010 | Visits: 1.069

CATSRunner CATSRunner is a unit testing framework. C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach....


Platforms: *nix

License: Freeware Size: 2.2 MB Download (95): CATSRunner Download

Added: May 23, 2010 | Visits: 813

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: May 23, 2010 | Visits: 792

X11::GUITest X11::GUITest is a Perl package intended to facilitate the testing of GUI applications by means of user emulation. X11::GUITest can be used to test and interact with GUI applications which have been built in some fashion (X toolkit, GTK+, Qt, Motif, etc.) upon the X library.. Get X11::GUITest at...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): X11::GUITest Download

Added: September 25, 2010 | Visits: 787

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: November 15, 2010 | Visits: 887

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct 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: February 06, 2010 | Visits: 995

eckbox Eckbox is software designed to aid in a specific type of security testing against a spying attack known as van Eck Phreaking or TEMPEST. It involves picking up radiation leaking from an electronic device, such as a monitor, and interpreting the signal to recreate the data contained in the device....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): eckbox Download

< 1 2 3 4 5 >