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

Usability Testing Methods software
Filter: All | Freeware | Demo
 

Usability Testing Methods

< 1 2 3 4 5 > 
Added: September 11, 2013 | Visits: 575

Regexp Testing Tool Regexp testing tool allows to apply group of regexps to huge arrays of data (millions or so) in order to investigate search or search/replacement possibilities of regexp group. Features: * Works fast on huge arrays of data (millions or so) * Allows to apply multiple regexp group and remember...



Platforms: Mac

License: Freeware Size: 2.64 MB Download (37): Regexp Testing Tool Download

Added: November 23, 2013 | Visits: 338

TestNG TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one...





Platforms: Mac

License: Freeware Size: 6.43 MB Download (40): TestNG Download

Added: September 11, 2013 | Visits: 519

FuncBrows FuncBrows is a relatively lightweight abstraction wrapper around various functional web testing utilities. It is intended to allow the creation of single unit tests that will run on multiple testing tools with a minimum of configuration. This will allow functional and system tests to be created...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): FuncBrows Download

Added: July 11, 2013 | Visits: 480

zope.app.testing This package provides testing support for Zope 3 applications. Besides providing numerous setup convenience functions, it implements a testing setup that allows the user to make calls to the publisher allowing to write functional tests.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (44): zope.app.testing Download

Released: January 08, 2005  |  Added: February 25, 2006 | Visits: 3.209

Load Testing Tool Screensaver This is a free screensaver from Neotys. We will test your web application under real stress using an easy and powerful load testing tool. Use performance monitors to pinpoint performance issues and bottlenecks. Application deployment services.


Platforms: Windows

License: Freeware Size: 667 KB Download (152): Load Testing Tool Screensaver Download

Added: August 15, 2008 | Visits: 1.433

GS DataGenerator GS Data Generator is an automated, enterprise-scalable test data generation tool that supports quality assurance testing, stress testing, usability analysis, system integration, ERP, CRM and data warehouse development. The Data Scrambling Plug-In provides backdoor securitythat protects database...


Platforms: Windows

License: Commercial Cost: $945.00 USD Size: 17.56 MB Download (124): GS DataGenerator Download

Added: August 02, 2008 | Visits: 1.165

RHiTech Code Testing Tool This tool is a convenient wrapper for your testing code and test cases. It's allows doing code testing (software testing) in the next modes: single-threaded, multithread and stress-mode (the peak overloads emulating). Support the next development enviroments: MS VC++, Borland C++ Builder and...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 2.61 MB Download (98): RHiTech Code Testing Tool Download

Added: August 13, 2008 | Visits: 1.267

AV EAGLE Secuity Testing Suite CD .ISO AV Eagle Firewall and Virus Scanner Testing Software, test your firewalls security level and virus scanners ability to detect test files. AV Eagle is not created by software companies selling firewalls or virus scanners. How does your security system compare? Stand Alone Security suite for...


Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 25.95 MB Download (462): AV EAGLE Secuity Testing Suite CD .ISO Download

Released: September 22, 2008  |  Added: September 24, 2008 | Visits: 1.728

Software Testing During the software development process, errors are inevitably introduced and some of them are even amplified as a project progresses. To detect these errors so that they can be removed, we need to test the software. The success of testing depends on the test cases used. Considering that most...


Platforms: Windows

License: Shareware Cost: $110.00 USD Size: 7.81 KB Download (149): Software Testing Download

Added: September 07, 2010 | Visits: 1.376

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Added: September 10, 2010 | Visits: 1.271

FTester FTester (The Firewall Tester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities. The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (122): FTester Download

Added: October 04, 2010 | Visits: 875

SipUnit SipUnit provides a test environment geared toward unit testing SIP applications. SipUnit project extends the JUnit test framework to incorporate SIP-specific assertions, and it provides a high-level API for performing the SIP operations needed to interact with or invoke a test target. A test...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (90): SipUnit Download

Added: September 09, 2010 | Visits: 1.160

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: February 07, 2010 | Visits: 1.075

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: May 23, 2010 | Visits: 809

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

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 (99): Test::Tester::Capture Download

Added: June 07, 2010 | Visits: 756

gBootRoot gBootRoot makes the construction and development of distributions fun and simple with its Root Methods (Yard) and user-mode-linux test bed. Finish the product with a Boot Method (2-disk compression supported). Normal (non-root) users can make root filesystems and boot disks. It includes the...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (92): gBootRoot Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 517

iMacros Web Automation,Testing,Scraping The Web browser is probably the most frequently used software today, and many tasks are highly repetitious. The iMacros software relieves the repetition of checking on the same sites every day, remembering passwords, data upload, image download, online marketing and functional testing and...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 7.03 MB Download (44): iMacros Web Automation,Testing,Scraping Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 462

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


Platforms: Windows

License: Freeware Size: 2.02 MB Download (57): 642-873 Practice Testing Engine Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 471

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


Platforms: Windows

License: Freeware Size: 801 KB Download (53): 642-681 Practice Testing Engine Download

< 1 2 3 4 5 >