atom feed1 message in org.oasis-open.lists.ebxml-iic-msg[ebxml-iic-msg] ebXML-IIC-MS Framewor...
FromSent OnAttachments
Matthew MacKenzieMar 19, 2002 11:38 am.zip
Subject:[ebxml-iic-msg] ebXML-IIC-MS Framework v0.1
From:Matthew MacKenzie (ma@xmlglobal.com)
Date:Mar 19, 2002 11:38:17 am
List:org.oasis-open.lists.ebxml-iic-msg
Attachments:
zip00000.zip - 1.5MB

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 :-(