Description Usage Arguments Value Author(s) Examples
Function to return a risk tracibility matrix from a folder with XML files
1 2 3 4 5 | RTest.getRTM(testcase.directory = list.dirs(find.package("RTest"),
recursive = T) %>% grep(pattern = "xml-templates", value = T),
f.pattern = "*.xml", project.name = "RTest Execution",
project.details = "Example test exectuion",
project.tester = "Example tester", ...)
|
testcase.directory |
( |
f.pattern |
( |
project.name |
( |
project.details |
( |
project.tester |
( |
... |
Additional arguments handed over to the exec,RTestCollection-method method |
No return value, but the command line output will show where to fund the
report. Using the additional argument open=TRUE
will open the report
directly after execution
Sebastian Wolf sebastian@mail-wolf.de
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.