Re: Test Matrix

Overlooked this earlier message:

Mary Brady wrote:
> [mb]  Your suspicion is correct -- for the moment, I translated all of the
> sr's, which were in html,
> to xml, and the file looks like the following:
>
>         <category name="core">
>         <idl type="method | attribute" name="idl_name">
>         <purpose> text of purpose goes here
>             <spec level="one | two | both" />
>             <test name="test_name/>
>                     ... maybe more than one test -- that's what we have
> now -- I
>                         expect that we will create additional purposes for
> the
>                         currently defined multiple test cases ...
>         </purpose>
>
>             ... maybe additional purposes ...
>     </idl>
>             ... additional idl def's
>     </category>
>

Mary, if you could make this file available, I could turn around and
transform
it to an external RDF representation of the internal metadata element that
I described earlier:

<rdf:RDF>
<rdf:Description about="uri for test">
    <!--   text of purpose could go here in case you want to use it to add a
new subject  -->
    <dc:subject resource="uri for method/attribute"/>
</rdf:Description>
</rdf:RDF>

This could be combined with an RDF representation of the metadata extracted
from
tests to produce the test matrix.

Received on Thursday, 5 July 2001 22:32:37 UTC