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", ...)

Arguments

object

(object) The RTestCollection-class object.

test.TCs

(character) Vector with the TCs to be executed or NULL if all all TCs of the collection should be tested.

type

(character) Type of the returned matrix, either 'function' or 'risk'.

...

Additional arguments passed to getRTM.

Value

(data.frame) The RTM as data.frame table object.

See also

RTestCollection-class