Skip to content

Baselibs TestType does not match naming convention of PMP verification plan #63

@pahmann

Description

@pahmann

The Software Verification Plan mentions the verification methods and their identifier. The mentions of "TestType" is basically representing these terms, but is using a different language.

Some examples, how things are currently used:

RecordProperty("TestType", "Requirements-based test");
RecordProperty("TestType", "Interface test");
::testing::Test::RecordProperty("TestType", "Verification of control flow");

This should be changed according to process:

RecordProperty("TestType", "requirements-based");
RecordProperty("TestType", "interface-test");
::testing::Test::RecordProperty("TestType", "control-flow-analysis");

Full details see: https://github.com/search?q=repo%3Aeclipse-score%2Fbaselibs+RecordProperty%28%22TestType%22&type=code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions