This method returns the requirement traceability matrix (RTM) in matrix representation for all imported test cases of the test case collection. Thereby, the matrix can be created for the relationship function to test case or risk to test case.
# S4 method for RTestCollection
getRTMInMatrixShape(object, test.TCs = NULL,
type = "function", ...)
(object
) The RTestCollection-class
object.
(character
) Vector with the TCs to be executed or NULL if all
all TCs of the collection should be tested.
(character
) Type of the returned matrix, either 'function' or
'risk'.
Additional arguments passed to getRTM
.
(data.frame
) The RTM as data.frame
table object.