This method returns the requirement traceability matrix (RTM) for all imported test cases.

# S4 method for RTestCollection
getRTM(object, test.TCs = NULL, ...)

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.

...

Additional arguments passed to getRTMInfos.

Value

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

See also

RTestCollection-class