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

Usability Testing freeware
Filter: All | Freeware | Demo
 

Usability Testing

< 1 2 3 4 5 > 
Added: September 07, 2010 | Visits: 1.214

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: March 11, 2010 | Visits: 1.325

Nettion Nettion provides a network performance testing toolkit. Nettion (NETwork TestIng and Operational eNvironment) is a framework for developing, deploying, and executing network performance tests, designed particularly for mobile ad-hoc networks. It is distinguished by not using control... Platforms: *nix

License: Freeware Size: 665.6 KB Download (109): Nettion Download

Added: January 17, 2010 | Visits: 921

Jameleon Jameleon project is an automated testing framework that can be used by technical and non-technical users alike. One of the main concepts behind it is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular... Platforms: *nix

License: Freeware Size: 3.8 MB Download (104): Jameleon Download

Added: May 23, 2010 | Visits: 815

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: 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: February 08, 2010 | Visits: 1.265

Computer Breaker Computer Breaker project is a network testing tool for services vulnerabilities. Computer Breaker is a network testing tool that allows networking administrators to test if a computer is vulnerable to malicious attacks. Using the Nessus scanner, computer-breaker scans the remote host and... Platforms: *nix

License: Freeware Size: 91.14 KB Download (169): Computer Breaker Download

Added: August 06, 2010 | Visits: 2.481

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

Added: November 11, 2010 | Visits: 2.201

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon.... Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: February 20, 2010 | Visits: 1.314

Mock Objects for C++ mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock. Mock objects allow you to set up predictible behaviour to help you test your production code by... Platforms: *nix

License: Freeware Size: 696.32 KB Download (103): Mock Objects for C++ Download

Added: October 23, 2010 | Visits: 1.194

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: July 16, 2010 | Visits: 1.406

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Test::Tester::Capture Download

Added: March 23, 2010 | Visits: 1.074

IMathAS IMathAS project is a Web-based math testing and homework system. IMathAS (Internet Mathematics Assessment System) is a Web-based math testing and homework system. It is a light course/learning management system and testing system, similar to and inspired by WebWork and WIMS, and similar to... Platforms: *nix

License: Freeware Size: 471.04 KB Download (92): IMathAS Download

Added: May 23, 2010 | Visits: 795

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: 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

Added: August 10, 2010 | Visits: 823

KCPentrix KCPentrix project is Live CD design to be a standalone Penetration testing toolkit for pentesters and security analysts. KCPenTrix based on SLAX, a Slackware live cd and gentoo,auditor and whoppix. The Powerful modularity which KCPenTrix uses, allow us easily customize our version, and... Platforms: *nix

License: Freeware Size: 979.2 MB Download (108): KCPentrix Download

Added: January 08, 2010 | Visits: 923

Test::Unit::GTestRunner Test::Unit::GTestRunner is a Unit testing framework helper class SYNOPSIS use Test::Unit::GTestRunner; Test::Unit::GTestRunner->new->start ($my_testcase_class); Test::Unit::GTestRunner::main ($my_testcase_class); If you just want to run a unit test (suite), try it like this:... Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Test::Unit::GTestRunner Download

Added: September 21, 2010 | Visits: 878

AppsUnit AppsUnit toolkit assists with the testing of your Oracle e-business suite code. It tests views, PL/SQL packages, concurrent requests, and more. No software needs to be installed on the application server. Results are made available as a PDF report. Whats New in This Release: - The example... Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): AppsUnit Download

Added: October 07, 2010 | Visits: 986

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: March 18, 2010 | Visits: 705

RCUNIT RCUNIT is a robust C unit testing framework. Requiring only an ANSI compliant C compiler, It is a highly portable testing tool.. Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): RCUNIT Download

Added: September 11, 2010 | Visits: 803

Test::XML::Simple Test::XML::Simple is an easy testing for XML. SYNOPSIS use Test::XML::Simple tests=>5; xml_valid $xml, "Is valid XML"; xml_node $xml, "/xpath/expression", "specified xpath node is present"; xml_is, $xml, /xpath/expr, "expected value", "specified text present"; xml_like, $xml, /xpath/expr,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Test::XML::Simple Download

< 1 2 3 4 5 >