getRTMInMatrixShape: Get RTM for all executed test cases in a matrix shape

Description Usage Arguments Value Author(s) See Also

Description

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.

Usage

1
2
3
## S4 method for signature '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.

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCollection-class


RTest documentation built on Dec. 4, 2019, 5:07 p.m.