luftfartsverket / reqstool-client

Reqstool is a tool for managing requirements with related software verification cases (aka tests) and verification results (test results)
https://luftfartsverket.github.io/reqstool-client/
MIT License
2 stars 0 forks source link

Investigate multiple MVRs for the same SVC #72

Open lfvJonas opened 5 months ago

lfvJonas commented 5 months ago

Investigate multiple MVRs for the same SVC

Description

Say we have a SVC to manually verify a XSD file. When we first do the MVR it fails because there are some fields that are missing. We fix the errors and do a second MVR that passes. Using the current version of reqstool (0.4.3) the requirement associated with the SVC does not pass as implemented and tested since it has one passed and one failed MVR.

╒═════════════════════╤═══════════╤══════════════════╤══════════════════╤═══════════════╕
│         URN         │  Req Id   │  Implementation  │  Automated Test  │  Manual Test  │
╞═════════════════════╪═══════════╪══════════════════╪══════════════════╪═══════════════╡
│        sys001       │  req001   │  Implemented     │       N/A        │     T2 P1 F1  │
├─────────────────────┼───────────┼──────────────────┼──────────────────┼───────────────┤

How should this be handled?