Notes:
Uttk is designed to help you while you are writing dynamic tests for your
projects. It keeps track of your test strategies by means of a solid dynamic
hierarchy of test strategy classes. The only way to be 100% generic is to be
extensible, after all. Network distribution strategies can also be written
since Uttk provides cluster features. Uttk understands YAML and Ruby as
input languages and speaks YAML, XML and HTML as output languages.
Changes:
= New in 0.4 (aka Teenager), 2007-01-14:
* Core:
- Integration of abjective_command and unified_matchers.
* Documentation:
- Improve tutorials.
- Improve the main presentation.
- Add a short presentation.
* Strategies:
- Add the Command strategy that subsume the Cmd one.
- The ProbabilityThreshold strategy is renamed Threshold.
* Generators:
- Add a generator for strategies that uses commands.
|