HWUT - The Hello-Worldler's Unit Test

By Author: fschaef , skoac
Automation of Unit and System Tests. Tests can be implemented in any language and on many platforms. The flexible approach enables the inclusion of many types of tests, such as memory leak checks (using valgrind), coding rule checks, complexity checks, etc. Tests are run by a simple call to hwut in a base directory of a project.

In particular for C, HWUT supports make file generation using 'sos' and 'sols' modes. Remote control-able function stubs may be generated using the 'stub' mode. Test cases can be generated using the 'gen' mode, and state machine walkers by the 'sm_walker' mode.

Over the last decade HWUT has matured towards a full fledged unit test tool for a wide variety of applications.

Feature

  • Generators -- create millions of test cases easily.
  • State machine walker -- walk along all possible paths.
  • Temporal logic engine.
  • Coverage analysis with gcov/lcov.

STUBborn C

STUBborn C is a tool that allows you to create a module test framework for SW modules developed in C. The framework includes: Stubs needed to link the module; A sample Makefile to build, run tests and check code coverage; Test templates using CUnit....

Similar: 19%

Enterprise Modeling Aid

MERMAID is an object-oriented domain modeling tool to create enterprise models using an UML class diagram, an object-event table and finite state machines. The CASE tool checks view consistency, has XMI support and code generation abilities....

Similar: 19%

TriggerUnit

TriggerUnit ist an extensionto DBUnit and JUnit4 to create unit tests for database triggers. Database triggers are often a critical part of todays bussiness applications, but they are usually not integrated into the software engineering process. TriggerUnit tries to change that by providing an simpl.........

Similar: 16%

JDecisiontable

This tool is about a method called "process-oriented decision tables". It fixes all flaws of traditional decision tables making it a joy to work with. But they keep all benefits of traditional decision tables. First of all they present the logic in a very dense form. 1. Explore all possible combin.........

Similar: 14%

GroovyStAr

The GroovyStAr ("Groovy Static Analyzer") project describes a new extensible SCA tool for Java and Groovy. The extensibility is reached through a customizable set of Groovy-scripts, each representing a static source code query against the created AST....

Similar: 14%

Jadecy

Jadecy (Java Dependencies and Cycles) is a Java library to compute dependencies (elements depended on, or depending), strongly connected components, and cycles, in general directed graphs, or classes or packages dependencies graphs parsed from class files (major version It uses Tarjan's algorithm .........

Similar: 12%

FastEST

Fastest stands for 'Fast Automated Software test'. * This is a compilation of various open source tools complemented with a set of useful programs that help a Software Test Engineer perform the test automation with ease. * It can be envisioned as a toolkit that every test engineer would need! * Cu.........

Similar: 10%

Hermes - Selenium For Humans

Hermes provides a powerful yet usable automation solution, making it the most popular Selenium framework in the world, with over 8,000 downloads. Create human readable, machine executable Selenese style tests in Excel. The world's first automation framework fully integrated with Selenium IDE, RC an.........

Similar: 10%

ObjectBuilder2

ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ pr.........

Similar: 9%

Ship Lock Scheduling

This Java software includes algorithms of combinatorical optimization for the NP-hard offline ship lock scheduling problem. Solutions and performed computations can be displayed graphically. Besides, there is a framework for generating test instances and running these in parallel, as well as R/JGR c.........

Similar: 9%