software testing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 753
Folding@Gnome 1.19 (testing)
Folding@Gnome project is an applet is a GUI that keeps track of the background protein folding progress done by Folding@Home more>>
Folding@Gnome project is an applet is a GUI that keeps track of the background protein folding progress done by Folding@Home
The Folding@Gnome applet is merely a GUI in which you can adjust your Folding@Home settings and view the folding progress. Folding@Home is a background process that uses spare CPU cycles to calculate the folding of proteins. For more info, please visit Stanfords Folding@Home homepage.
<<lessThe Folding@Gnome applet is merely a GUI in which you can adjust your Folding@Home settings and view the folding progress. Folding@Home is a background process that uses spare CPU cycles to calculate the folding of proteins. For more info, please visit Stanfords Folding@Home homepage.
Download (0.056MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
IP and Ethernet testing Tool 0.8.5
IP and Ethernet testing Tool is an ethernet bridge addon for testing of network appliances and applications. more>>
IP and Ethernet testing Tool is also known as "IET" and its an ethernet bridge addon for testing of network appliances and applications.
Initialy IskraTel extended and customized the NistNet tool.
However NistNet functions on IP layer and requires that tested equipment be configured to use different subnets and gateways.
Nistnet main purpose was internet emulation while IET main purpose is testing of communication equipment.
Main features:
- no need to reconfigure equipment, just insert a PC with two NICs "on the cable"
- works on the ethernet level with a bridge
- network error conditions:
- packet loss
- delay
- in transmission errors (IP, UDP layer)
- bandwidth restraints
- kernel driver for low-CPU overhead packet processing
- control application for configuring driver engine
- GUI
- CLI
- saving configuration to a text file
Enhancements:
- Fixed support for matching ethernet packets based on the protocol
- Added additional matches for ICMP, TCP and UDP protocols (ICMP Type, TCP/UDP src port and dst port)
- Added target for corruption of IP and UDP packets with optional checksum update.
- Numerous small bug-fixes and enhancements
- IET has entered feature-freez and until version 1.0.0 is released there will be only bugfixes
<<lessInitialy IskraTel extended and customized the NistNet tool.
However NistNet functions on IP layer and requires that tested equipment be configured to use different subnets and gateways.
Nistnet main purpose was internet emulation while IET main purpose is testing of communication equipment.
Main features:
- no need to reconfigure equipment, just insert a PC with two NICs "on the cable"
- works on the ethernet level with a bridge
- network error conditions:
- packet loss
- delay
- in transmission errors (IP, UDP layer)
- bandwidth restraints
- kernel driver for low-CPU overhead packet processing
- control application for configuring driver engine
- GUI
- CLI
- saving configuration to a text file
Enhancements:
- Fixed support for matching ethernet packets based on the protocol
- Added additional matches for ICMP, TCP and UDP protocols (ICMP Type, TCP/UDP src port and dst port)
- Added target for corruption of IP and UDP packets with optional checksum update.
- Numerous small bug-fixes and enhancements
- IET has entered feature-freez and until version 1.0.0 is released there will be only bugfixes
Download (0.042MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1160 downloads
Pairing 1.2
A set of machines to get them paired up for network-related activities, like network benchmarking more>>
Pairing 1.2 is a useful utility for network administrators. It can be run on a set of machines to get them paired up nicely for some network-related activity.
This tool uses multicast to find potential partners and TCP to actually "pair up" with them, meaning that both "sides" will know who their partner is. In addition, partners are given an "active" or "passive" designation which can be used to start client/server applications without further negotiation.
This tool is meant to be used from scripts that perform network benchmarking, automated software testing or similar activities.
Enhancements:
- Set/restore the net.ipv4.icmp_echo_ignore_broadcasts parameter when running in passive mode, so that pairing works on newer distributions out-of-the-box
Requirements:
- x86, x86_64 and alpha platforms running Linux 2.6
Added: 2009-07-01 License: GPL Price: FREE
13 downloads
Other version of Pairing
License:GPL (GNU General Public License)
Linux Desktop Testing Project 0.1.4
Linux Desktop Testing Project is a desktop testing framework. more>>
GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it.
It uses the "Accessibility" libraries to poke through the applications user interface. The framework has tools to generate "AppMap" by reading through the user interface components of an application. The framework also has tools to record test-cases based on user-selection on the application.
GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to test an application and gives the status of each test-case as output.
As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, OpenOffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).
<<lessIt uses the "Accessibility" libraries to poke through the applications user interface. The framework has tools to generate "AppMap" by reading through the user interface components of an application. The framework also has tools to record test-cases based on user-selection on the application.
GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to test an application and gives the status of each test-case as output.
As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, OpenOffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).
Download (0.11MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
PITA::XML::Request 0.30
PITA::XML::Request is a request for the testing of a software package. more>>
PITA::XML::Request is a request for the testing of a software package.
SYNOPSIS
# Create a request specification
my $dist = PITA::XML::Request->new(
scheme => perl5,
distname => PITA-XML,
# The package to test
file => PITA::XML::File->new(
filename => Foo-Bar-0.01.tar.gz,
digest => MD5.0123456789ABCDEF0123456789ABCDEF,
),
# Optional fields for repository-based requests
authority => cpan,
authpath => /id/A/AD/ADAMK/Foo-Bar-0.01.tar.gz,
);
PITA::XML::Request is an object for holding information about a request for a distribution to be tested. It is created most often as part of the parsing of a PITA::XML XML file.
It holds the testing scheme, name of the distribition, file information, and authority information (if the distribution was sourced from a repository such as CPAN)
<<lessSYNOPSIS
# Create a request specification
my $dist = PITA::XML::Request->new(
scheme => perl5,
distname => PITA-XML,
# The package to test
file => PITA::XML::File->new(
filename => Foo-Bar-0.01.tar.gz,
digest => MD5.0123456789ABCDEF0123456789ABCDEF,
),
# Optional fields for repository-based requests
authority => cpan,
authpath => /id/A/AD/ADAMK/Foo-Bar-0.01.tar.gz,
);
PITA::XML::Request is an object for holding information about a request for a distribution to be tested. It is created most often as part of the parsing of a PITA::XML XML file.
It holds the testing scheme, name of the distribition, file information, and authority information (if the distribution was sourced from a repository such as CPAN)
Download (0.070MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1017 downloads
Fortress 0.3
Fortress is a simple script driven framework for performing security scans. more>>
Fortress is a simple script driven framework for performing security scans. The core of the application is an application which will execute testing scripts written using the embedded LUA scripting engine.
The scripts may perform almost arbitrary operations, including making HTTP requests, conducting port scanning, and taking advantage of several other provided primitives.
<<lessThe scripts may perform almost arbitrary operations, including making HTTP requests, conducting port scanning, and taking advantage of several other provided primitives.
Download (0.076MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1478 downloads
Linux For Clinics Alpha Testing Release 1
Linux For Clinics is a Linux distribution based on Ubuntu and created for medical professionals and hospitals. more>>
Linux For Clinics is a Linux-based OS with a complete software package aimed at medical professionals and hospitals as a free and complete alternative to expensive proprietary software.
We are using Ubuntu as the base.
<<lessWe are using Ubuntu as the base.
Download (690.2MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
869 downloads
classes::Test 0.942
classes::Test are functions to help with classes pragma testing. more>>
classes::Test are functions to help with classes pragma testing.
SYNOPSIS
can_new
can_set_get
has_decl
has_class_const
has_mixins
has_mixins_hash
is_classes MyClass;
is_classes main;
is_throwable X::Mine;
is_classes_exc X::Mine;
Generic tests based on Test::Builder designed to help write unit tests for code that uses the classes pragma.
<<lessSYNOPSIS
can_new
can_set_get
has_decl
has_class_const
has_mixins
has_mixins_hash
is_classes MyClass;
is_classes main;
is_throwable X::Mine;
is_classes_exc X::Mine;
Generic tests based on Test::Builder designed to help write unit tests for code that uses the classes pragma.
Download (0.16MB)
Added: 2006-10-31 License: Perl Artistic License Price:
1088 downloads
Nettion 0.8.0
Nettion provides a network performance testing toolkit. more>>
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 "backchannels" to start and stop the test, but rather using either a local setup network, the test network itself, or compact flash memory.
Nettion LogoNettion Nettion (NETwork TestIng and Operational eNvironment) is a suite of software tools for developing and executing network performance tests. Designed with an emphasis on testing mobile ad-hoc networks, Nettion can utilize either a local setup network, the test network, or compact flash memory.
Nettion is GUI based and provides a substantial amount of automation to the tests, allowing the operators to focus on the portion of the network being tested. Nettion support both unicast (UDP) and multicast testing.
Nettion takes network testing from design through execution and on to post test information gathering. By analyzing the resultant data and by putting a collection of measurement tools together into a common system, Nettion allows for simple, efficient, and detailed operation of network testing.
Enhancements:
- Moved to Dazle 0.3.1.
- Moved to Heron 0.1.2.
- Moved to OLSR 7.2. Now able to use HNA configuration (see OLSR)
- Fixed MNE config path bug.
- Displays Heron data in Info field.
<<lessNettion (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 "backchannels" to start and stop the test, but rather using either a local setup network, the test network itself, or compact flash memory.
Nettion LogoNettion Nettion (NETwork TestIng and Operational eNvironment) is a suite of software tools for developing and executing network performance tests. Designed with an emphasis on testing mobile ad-hoc networks, Nettion can utilize either a local setup network, the test network, or compact flash memory.
Nettion is GUI based and provides a substantial amount of automation to the tests, allowing the operators to focus on the portion of the network being tested. Nettion support both unicast (UDP) and multicast testing.
Nettion takes network testing from design through execution and on to post test information gathering. By analyzing the resultant data and by putting a collection of measurement tools together into a common system, Nettion allows for simple, efficient, and detailed operation of network testing.
Enhancements:
- Moved to Dazle 0.3.1.
- Moved to Heron 0.1.2.
- Moved to OLSR 7.2. Now able to use HNA configuration (see OLSR)
- Fixed MNE config path bug.
- Displays Heron data in Info field.
Download (0.65MB)
Added: 2007-04-10 License: Public Domain Price:
929 downloads
Beryl on Debian GNU/Linux Testing 1.1.6
Beryl on Debian GNU/Linux Testing is a script which will install Beryl and possibly nVidia or ATI drivers on your Debian system. more>>
Beryl on Debian GNU/Linux Testing is a script which will install Beryl and possibly nVidia or ATI drivers on your Debian TESTING system. The script is only for users who have got a nvidia or ATI graphic card.
3 languages available:
- French
- English
- Polish
HOW TO EXECUTE:
Open a terminal and do sh beryl-debian.sh
NOTE: Its not really xgl so I changed the name into Beryl on Debian
NOTE: Some people told me that beryl doesnt work with the fglrx driver. If someone know how to make Beryl work with ATI cards, please contact me.
Enhancements:
- Add possibility to install Heliodor if you use GNOME
- You can see the countdown at the beginning.
<<less3 languages available:
- French
- English
- Polish
HOW TO EXECUTE:
Open a terminal and do sh beryl-debian.sh
NOTE: Its not really xgl so I changed the name into Beryl on Debian
NOTE: Some people told me that beryl doesnt work with the fglrx driver. If someone know how to make Beryl work with ATI cards, please contact me.
Enhancements:
- Add possibility to install Heliodor if you use GNOME
- You can see the countdown at the beginning.
Download (MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
574 downloads
Test soon 0.59
Test soon project is a testing framework trying to enable you to write tests quickly. more>>
Test soon project is a testing framework trying to enable you to write tests quickly, organize them easily and still being flexible.
The goal is to utilize the strengths of C++ while minimizing the impact of its weaknesses.
<<lessThe goal is to utilize the strengths of C++ while minimizing the impact of its weaknesses.
Download (MB)
Added: 2007-07-01 License: zlib/libpng License Price:
846 downloads
GNU/Linux Desktop Testing Project 0.8.0
GNU/Linux Desktop Testing Project is aimed at producing high quality test automation framework. more>>
GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it.
GNU/Linux Desktop Testing Project uses the "Accessibility" libraries to poke through the applications user interface. The framework has tools to generate "AppMap" by reading through the user interface components of an application. The framework also has tools to record test-cases based on user-selection on the application.
GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to test an application and gives the status of each test-case as output.
As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, OpenOffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).
We encourage you to join the project and help us to create robust, reliable and stable test tool/framework for Linux Desktops.
Main features:
- LDTP concepts are derived from Software Automation Framework Support
- LDTP supports verification of actions performed (GuiExist, VerifyState, etc) - API Reference
- Writing test scripts are very easy, the script writer need not know about the object hierarchy
- CPU / Memory performance monitoring of application-under-test can be measured - Class pstats
- From the XML log, we can gather HTML report using XSLT
- Group based execution, which provides precise control on the flow of test-script execution - Gldap XML
- Scripts can be written as a reusable component and for that the datas can be stored / retrieved in XML - Data XML
- User-friendly Text Editor with syntax highlighting for generating and grouping test data Howto use LDTP Editor
- Objects are identified both statically and dynamically
Enhancements:
- Now automation scripts can be written without using time.sleep.
- A particular object and its child can be remapped in a window.
- Memory leaks were fixed.
<<lessGNU/Linux Desktop Testing Project uses the "Accessibility" libraries to poke through the applications user interface. The framework has tools to generate "AppMap" by reading through the user interface components of an application. The framework also has tools to record test-cases based on user-selection on the application.
GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to test an application and gives the status of each test-case as output.
As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, OpenOffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).
We encourage you to join the project and help us to create robust, reliable and stable test tool/framework for Linux Desktops.
Main features:
- LDTP concepts are derived from Software Automation Framework Support
- LDTP supports verification of actions performed (GuiExist, VerifyState, etc) - API Reference
- Writing test scripts are very easy, the script writer need not know about the object hierarchy
- CPU / Memory performance monitoring of application-under-test can be measured - Class pstats
- From the XML log, we can gather HTML report using XSLT
- Group based execution, which provides precise control on the flow of test-script execution - Gldap XML
- Scripts can be written as a reusable component and for that the datas can be stored / retrieved in XML - Data XML
- User-friendly Text Editor with syntax highlighting for generating and grouping test data Howto use LDTP Editor
- Objects are identified both statically and dynamically
Enhancements:
- Now automation scripts can be written without using time.sleep.
- A particular object and its child can be remapped in a window.
- Memory leaks were fixed.
Download (0.36MB)
Added: 2007-02-22 License: LGPL (GNU Lesser General Public License) Price:
978 downloads
SDLJoytest 11-10-2003
SDLJoytest project is a SDL-based joystick testing program for X11. more>>
SDLJoytest project is a SDL-based joystick testing program for X11.
SDLJoytest is a program that allows users to select from all joysticks found on the system (with SDL), and then test that selected joystick or other game controller.
<<lessSDLJoytest is a program that allows users to select from all joysticks found on the system (with SDL), and then test that selected joystick or other game controller.
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
WAassistant 0.3
WAassistant is a Web application for evaluating the accessibility of Web sites to handicapped users. more>>
WAassistant is a Web application for evaluating the accessibility of Web sites to handicapped users.
WAassistant is not just a test result reporting tool and also it tries to manage the whole testing process, including review of automated testing results, testing by humans, and making comprehensive reports on accessibility properties of Web sites.
Enhancements:
- Support for cooperation with WAusers and switching user roles.
- Additionally, it contains a few bugfixes and smaller improvements.
<<lessWAassistant is not just a test result reporting tool and also it tries to manage the whole testing process, including review of automated testing results, testing by humans, and making comprehensive reports on accessibility properties of Web sites.
Enhancements:
- Support for cooperation with WAusers and switching user roles.
- Additionally, it contains a few bugfixes and smaller improvements.
Download (0.060MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
Test::Unit 0.25
Test::Unit is the main PerlUnit testing framework. more>>
Test::Unit is the main PerlUnit testing framework.
SYNOPSIS
This package provides only the project version number, copyright texts, and a framework overview in POD format.
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to use this framework, see Test::Unit::TestCase and Test::Unit::TestSuite. (There will also eventually be a tutorial in Test::Unit::Tutorial.
However Test::Unit::Procedural is the procedural style interface to a sophisticated unit testing framework for Perl that . Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing.
<<lessSYNOPSIS
This package provides only the project version number, copyright texts, and a framework overview in POD format.
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to use this framework, see Test::Unit::TestCase and Test::Unit::TestSuite. (There will also eventually be a tutorial in Test::Unit::Tutorial.
However Test::Unit::Procedural is the procedural style interface to a sophisticated unit testing framework for Perl that . Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing.
Download (0.31MB)
Added: 2007-05-07 License: Perl Artistic License Price:
900 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above software testing search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed