Creates the requirement traceability matrix for this test case.
# S4 method for RTestCase
getRTMInfos(object, test.for = NULL,
cols = c("Version", "Type", "sDesc"))
(object
) The RTestCase-class
object.
(character
) Vector with package names that should be tested or
NULL to get all packages available from the test case.
(character
) Defines which information columns are shown for
the TCs in the RTM. The ordering in the vector is also the ordering
in the output ('Version','Type','Label','sDesc','lDesc').
(list
) Listing of test case details (ID, Version, Type, sDesc) and
assigned specification IDs (SpecIDs) and risk IDs (RiskIDs).