commoncriteria / transforms

Repository for various transforms that are common across CC projects.
The Unlicense
1 stars 2 forks source link

EAs should be defined at the appropriate level, rather than use the level attribute #97

Open robertmclemons opened 5 months ago

robertmclemons commented 5 months ago

Going to look at defining EAs at the component or element level as appropriate, rather than use the level attribute. This will probably use a new tag: <eactivity> to replace <aactivity>, and the new test structure will be defined under this new XML element.

robertmclemons commented 5 months ago

This will be a major overhaul of the way EAs are represented in XML. EAs will be defined at the component or element level as appropriate. Also, EA subelements will be be defined more tightly to encourage more rigor and detail in the defining of tests. The plan is to allow the new <eactivity> and old <aactivity> tags to co-exist in the same PP during a transition period.

Besides encouraging better defining of tests, we hope this tightening of the schema will support test automation.