getRTMInfos: Create RTM from executed test cases

Description Usage Arguments Value Author(s) See Also

Description

Creates the requirement traceability matrix for this test case.

Usage

1
2
3
## S4 method for signature 'RTestCase'
getRTMInfos(object, test.for = NULL,
  cols = c("Version", "Type", "sDesc"))

Arguments

object

(object) The RTestCase-class object.

test.for

(character) Vector with package names that should be tested or NULL to get all packages available from the test case.

cols

(character) Defines which information columns are shown for the TCs in the RTM. The ordering in the vector is also the ordering in the output ('Version','Type','Label','sDesc','lDesc').

Value

(list) Listing of test case details (ID, Version, Type, sDesc) and assigned specification IDs (SpecIDs) and risk IDs (RiskIDs).

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCase-class


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