getRTMInMatrixShape.Rd
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 | ( |
---|---|
test.TCs | ( |
type | ( |
... | Additional arguments passed to |
(data.frame
) The RTM as data.frame
table object.
RTestCollection-class