Best, Good, or Emerging Free Quality Assurance and Software Testing Tools - Group No. 2
The following are another free Quality Assurance and Software Testing tools for best, good, or emerging free Quality Assurance and Software Testing tool identification and evaluation. Enjoy the list below.
Tracking System
1. f2w Helpdesk - f2w Helpdesk is a helpdesk support system based on requests (some people call them tickets), with a simple web interface. Requests can be classified into categories and assigned a priority… read more | New
Test Automation
1. BuildBot - The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly… read more | New
Unit Testing
1. C Unit Tester - C Unit Tester (CUT) is designed to aid the C (or C-derived language) programmer in implementing unit or programmer tests, primarily to facilitate test-driven development practices… read more | New
2. jf-unittest - jf-unittest is a C++ unit test framework modeled after the way the Python unittest module is used in the Confix test suites. It was written out of frustration with the existing unittest frameworks… read more | New
Memory Usage Tracker and Leak Finder
1. MemCheck Deluxe - MemCheck Deluxe is a memory usage tracker and leak finder. It allows developers to find memory leaks quickly, as well as providing some memory usage information… read more | New
2. Memwatch - Memwatch is a fault tolerant (can repair its own data structures) memory leak and corruption detection tool. You add a header file to your souce code files, and compile with MEMWATCH defined or not… read more | New
3. diapergluforth - diapergluforth lets you access functions in shared object libraries without having to recompile against the library’s header files. It also tracks buffer allocations and automatically frees them when you exit… read more | New
4. memcheck - memcheck provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc… read more | New
PNG, JNG, and MNG Testing
1. pngcheck - pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the internal 32-bit CRCs [checksums] and decompressing the image data); it can optionally dump almost all of the chunk-level info in the image in human-readable form… read more | New


