Notes:
Unified Test Tool Kit, aka Uttk, is designed to ease the test stage of the
development of your projects.
Testing is as important as design and implementation of a project. But it's
very cumbersome to write tests and tester scripts. That's why a project such
as Uttk can help you. It is written in Ruby, which is a high level object
oriented scripting language. Unified Test Tool Kit allows two ways of test
writing: a configuration file way (using YAML: an XML plain text format) and a
class extension way where you can extend an already made class to specialize
it for your own project case.
Uttk's philosophy follows the principle that you can always extend already
made test strategy to specialize/extend it. Initially, Uttk comes with a few
test strategies and provides specially, abstract test strategies. Thus, Uttk
will become bigger only by contributions from its users who publish their test
strategies. At the end, it will provide enough test strategies that almost
everybody will find the test strategy he needs.
Uttk comes with a set of classic test strategies, statistics computation, a
test suite manager, a loader architecture, and a back-end that supports a
powerful filtering system.
Changes:
New in 0.4_p2 (aka Teenager), 2007-08-15:
* Update dependencies:
- core_ex: 0.6_p3
- ruby_ex: 0.5_p2
- unified_matchers: 0.1_p1
- objective_command: 0.1_p1
- actionpack: 1.13.3
* Use gem instead of require_gem.
* Update the usage of activesupport (Dependencies).
|