phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

treat source data for risk table and coverage matrix as a single data set #193

Open mariev opened 2 years ago

mariev commented 2 years ago

risk table pulls from requirements while coverage matrix pulls from test case files without checking other source.

Use req ids (either explicit or dyn. num.) to link these data for completeness and consistency. Of interest:

  1. ordering of reqs/tcs for use with dynamic numbering s/b same
    • regardless of which table is displayed first in report
    • if each table is generated as standalone i.e. requirement report should not have diff numbering than final validation report.
  2. same requirement names for both tables