ebxmliic-framework-01.zip
Attached is a prototype of our requirements-to-test-execution
framework. This includes a set of interfaces, and a prototype
implementation of those interfaces which embeds ANT
(jakarta.apache.org/ant) and executes one ANT target for every
TestRequirement. To run this on my system, I type:
./run.sh docs/ebXMLRequirements.xml tests.xml
All this does now is executes the ANT build targets, which all do
nothing, and intercept the ANT BuildEvents and recast them as TestEvents.
I think this shows promise. Also note that this was just started
yesterday, no docs :-(