testing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 290
Palm OS Emulator 3.5
Develop Palm software on your Mac. more>>
The Palm OS Emulator is software that emulates the hardware of the various models of Palm OS platform devices. It isextremely valuable for writing, testing and debugging applications.
Create "virtual" handhelds by running the Emulator on the MacOS.
Emulated devices can be loaded with new ROMs, so you can test your application with virtual devices, including differentdevices than you own, foreign language ROMs, and debug-enabled ROMs for extra error checking and debugging features.
<<lessCreate "virtual" handhelds by running the Emulator on the MacOS.
Emulated devices can be loaded with new ROMs, so you can test your application with virtual devices, including differentdevices than you own, foreign language ROMs, and debug-enabled ROMs for extra error checking and debugging features.
Download (2.9MB)
Added: 2004-05-28 License: Freeware Price:
3441 downloads
GPS Connect 0.2
Connectivity to Garmin GPS receivers. more>>
The intended use is to backup waypoints from the GPS to your computer. Downloaded waypoints may be saved in a native file format or exported to a variety of other formats such as tab-delimited, comma-separated.
The program also supports upload of waypoints to the GPS receiver, although for this beta version, only one waypoint may be uploaded at a time.
This is beta level software and has not been extensively tested. We need your help testing this program with GPS receivers!
<<lessThe program also supports upload of waypoints to the GPS receiver, although for this beta version, only one waypoint may be uploaded at a time.
This is beta level software and has not been extensively tested. We need your help testing this program with GPS receivers!
Download (1.2MB)
Added: 2004-05-14 License: Freeware Price:
2039 downloads
ObjcUnit for OSX 1.2
Objective-C unit testing framework. more>>
ObjcUnit is a unit testing framework for Objective-C on Mac OS X. Its design was copied from JUnit, written by Erich Gamma and Kent Beck, and then adapted somewhat for Objective-C.
<<less Download (706KB)
Added: 2004-06-01 License: Freeware Price:
1972 downloads
Arbetare X 1.0b1
Puzzle, move your cargo carefully. more>>
Move the cargo onto the cargo holders in as few moves as possible! Be careful not to get stuck! Go ahead, quell your boredom!
NOTICE: This is a beta version, intended for testing and response purposes only. There are bugs and issues that have yet to be fixed or addressed, and there are a limited number of level sets. Redaktor 1.0b1, the level editor/creator for Arbetare, is included.
<<lessNOTICE: This is a beta version, intended for testing and response purposes only. There are bugs and issues that have yet to be fixed or addressed, and there are a limited number of level sets. Redaktor 1.0b1, the level editor/creator for Arbetare, is included.
Download (2.3MB)
Added: 2004-06-24 License: Freeware Price:
1948 downloads
StreamEdit 1.0b2
Intercept & modify TCP or UDP streams. more>>
StreamEdit is a utility that allows you to modify a TCP stream or UDP datagrams. It does this by tunnelling the data through itself and then allow you to edit it arbitrarly or use real-time filters.
Those filters can modify the data or trigger actions. The main purpose of StreamEdit is security analysis, but it can serve many more. From protocol analysis to intrusion detection testing, possibilities are endless.
<<lessThose filters can modify the data or trigger actions. The main purpose of StreamEdit is security analysis, but it can serve many more. From protocol analysis to intrusion detection testing, possibilities are endless.
Download (608KB)
Added: 2004-12-01 License: Freeware Price:
1788 downloads
FlashCards Pro 1.4
FlashCards Pro - Flash card quizing application more>>
FlashCards Pro is a simple, free,flash card solution. It allows the user to set
up and test him/herself on anything they want.
It supports saving card sets,
testing for both the front and back of the "cards" and comes with 9 pre-built
flash card sets.
<<lessup and test him/herself on anything they want.
It supports saving card sets,
testing for both the front and back of the "cards" and comes with 9 pre-built
flash card sets.
Download (1.3MB)
Added: 2005-08-15 License: Freeware Price:
1538 downloads
DebtBGone 0.9
DebtBGone - find out exactly when you will be out of debt more>>
DebtBGone is a little program that will tell you when, exactly, you will be out of debt. But more then that, using the system explained in the documentation, you can be get out of debt much faster then you thought possible.
Its version .9 because only Ive tested it, and no testing has been done on OSX86.
Its small enough not to have anything major wrong, I hope.
Compiled for Intel and PPC, runs in OS X 10.3 and above.
<<lessIts version .9 because only Ive tested it, and no testing has been done on OSX86.
Its small enough not to have anything major wrong, I hope.
Compiled for Intel and PPC, runs in OS X 10.3 and above.
Download (132KB)
Added: 2005-10-13 License: Freeware Price:
1477 downloads
TestVirtualTools 1.0
TestVirtualTools - This little package contains two tools I use a lot for testing my MIDI apps on OS X more>>
This little package contains two tools I use a lot for testing my MIDI apps on OS X. TestVirtualSource will create a virtual source with a given name, and TestVirtualDest will create a virtual destination with a given name.
In addition, TestVirtualDest will print out incoming MIDI events in hex.
<<lessIn addition, TestVirtualDest will print out incoming MIDI events in hex.
Download (52KB)
Added: 2005-10-18 License: Freeware Price:
1467 downloads
OCUnit v41
OCUnit is a testing framework for Objective C in the MacOSX and WebObjects environment more>>
OCUnit is a testing framework for Objective C in the MacOSX and WebObjects environment. It is based on SUnit, Kent Becks Smalltalk testing framework, also available for Java under the name JUnit.
With OCUnit, testing becomes integrated with development. You can test frameworks, bundles, or applications.
OCUnit is distributed as open source.
Main features:
- SenTestingKit, a framework to help you write test cases;
- otest, a testing tool;
- a collection of Makefiles and utilities to seamlessly integrate testing with Xcode and ProjectBuilder
- Object-oriented tests.
- Very low overhead.
- Tests are in the same language as the implementation.
- Test case classes cohabit with classes they test.
- Promotes aggressive refactoring.
- Helps capture requirements, expose dependencies.
- Total integration in the development process.
- Records testing expertise.
- Tests frameworks, bundles, or applications.
- Easy installation
- No license fee.
Enhancements:
- Make sure Foundation is loaded before SenTestingKit.
- Added autorelease pool to detect over-releases faster.
- Added license to all source files.
<<lessWith OCUnit, testing becomes integrated with development. You can test frameworks, bundles, or applications.
OCUnit is distributed as open source.
Main features:
- SenTestingKit, a framework to help you write test cases;
- otest, a testing tool;
- a collection of Makefiles and utilities to seamlessly integrate testing with Xcode and ProjectBuilder
- Object-oriented tests.
- Very low overhead.
- Tests are in the same language as the implementation.
- Test case classes cohabit with classes they test.
- Promotes aggressive refactoring.
- Helps capture requirements, expose dependencies.
- Total integration in the development process.
- Records testing expertise.
- Tests frameworks, bundles, or applications.
- Easy installation
- No license fee.
Enhancements:
- Make sure Foundation is loaded before SenTestingKit.
- Added autorelease pool to detect over-releases faster.
- Added license to all source files.
Download (956KB)
Added: 2005-10-19 License: Freeware Price:
1466 downloads
Heidrawr (Heidrun Module) 1.0
Heidrawr (Heidrun Module) - Heidrun growl plugin more>>
Ive been testing this for a couple weeks but am now releasing it to the general public, though it will probably only be useful to a select few.
Heidrawr is a plugin for Heidrun that adds Growl functionality.
There are separate notifications for new Chat Messages, Private Messages, Broadcast Messages and News Posts.
To install the Heidrawr plugin put it in the PlugIns folder inside the Heidrun app package.
<<lessHeidrawr is a plugin for Heidrun that adds Growl functionality.
There are separate notifications for new Chat Messages, Private Messages, Broadcast Messages and News Posts.
To install the Heidrawr plugin put it in the PlugIns folder inside the Heidrun app package.
Download (190KB)
Added: 2005-10-26 License: Freeware Price:
1459 downloads
HyperLogo 1.0
HyperLogo is a limited implementation of the Logo programing language more>>
HyperLogo is a limited implementation of the Logo programing language. It supports all of the basic commands (FD, BK, LT, RT) and several of the more complex commands, such as procudure creation and modification. Logo is the ideal language for children to understand the concepts behind computer programs and the basics of maths. It is also very useful for testing mathematical algorithms.
<<less Download (22KB)
Added: 2005-11-01 License: Freeware Price:
1457 downloads
Cache Buster 1.1
Cache Buster - Block browser from displaying cached information more>>
While designing and testing a site it is often necessary to view the same pages numerous times in various browsers while testing them. As the browsers display the files they will typically store this data locally in their cache files.
If the page is viewed again then the browser will look through its cache files and try and serve the page from here. Although this generally speeds up access to pages if the page changes then there is a strong chance that the browser will display old (cached) information.
Cache Buster applies a unique code to each link on the page so that browsers are forced to pull the data from the server rather than its own cache
<<lessIf the page is viewed again then the browser will look through its cache files and try and serve the page from here. Although this generally speeds up access to pages if the page changes then there is a strong chance that the browser will display old (cached) information.
Cache Buster applies a unique code to each link on the page so that browsers are forced to pull the data from the server rather than its own cache
Download (2KB)
Added: 2005-11-17 License: Freeware Price:
1440 downloads
ScopeTester 1.2b1
ScopeTester - Meade telescope serial communications utility more>>
ScopeTester is a small application for testing the serial port response of Meade Autostar, LX200 or LX200GPS telescopes. This app was developed to test some specific features, but you might find it useful or entertaining. Usage is self-evident.
ScopeTester is a Meade telescope serial communications utility.
Enhancements:
- Can check incoming text for match against given text (or, optionally, a regular expression). Will beep and/or highlight the text.
- Can decode GPS messages.
<<lessScopeTester is a Meade telescope serial communications utility.
Enhancements:
- Can check incoming text for match against given text (or, optionally, a regular expression). Will beep and/or highlight the text.
- Can decode GPS messages.
Download (1MB)
Added: 2005-11-21 License: Freeware Price:
1434 downloads
TestKit 0.9.4
TestKit - Testing framework for OS X and Objective-C more>>
TestKit shares much of the functionality of JUnit, and it adds functionality to help programmers with the problems and challenges unique to Objective-C.
TestKit is an adaptation of JUnit for Objective-C and the Mac OS X development environment.
<<lessTestKit is an adaptation of JUnit for Objective-C and the Mac OS X development environment.
Download (1.2MB)
Added: 2006-01-05 License: Freeware Price:
1403 downloads
Radius Benchmarking/Testing Tool 1.0
Radius Benchmarking/Testing Tool - Send rapid authentication requests to a Radius server more>>
Radius Benchmarking/Testing Tool is an application to send rapid authentication requests to a Radius server.
For use in stress testing or benchmarking a hardware/OS combination for running a Radius Server.
This RADIUS (Remote Authentication Dial-In User Service) client program sends radius authentication requests to any IETF standards based radius server.
It is useful in determining performance metrics for comparing different radius servers. It can also assist in determining which versions of a computers OS and hardware platforms will provide the most performance.
Most radius servers support, and are configured to provide, both Authentication (RFC#2138) and Accounting (RFC#?) services. This program only tests the Authentication service.
A modern G4 running MacRadius will handle a sustained rate of over 60 authentications a second! (and, although nobody would ever run it that way, without logging turned on it can handle over 2100 a second).
<<lessFor use in stress testing or benchmarking a hardware/OS combination for running a Radius Server.
This RADIUS (Remote Authentication Dial-In User Service) client program sends radius authentication requests to any IETF standards based radius server.
It is useful in determining performance metrics for comparing different radius servers. It can also assist in determining which versions of a computers OS and hardware platforms will provide the most performance.
Most radius servers support, and are configured to provide, both Authentication (RFC#2138) and Accounting (RFC#?) services. This program only tests the Authentication service.
A modern G4 running MacRadius will handle a sustained rate of over 60 authentications a second! (and, although nobody would ever run it that way, without logging turned on it can handle over 2100 a second).
Download (416KB)
Added: 2006-01-11 License: Freeware Price:
1396 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 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