Learn R Programming

RTest (version 1.2.6)

xmlWriteTestFunction: Write the Test section for a RTestCase

Description

Write the Test section for a RTestCase

Usage

xmlWriteTestFunction(elemname, testdesc = NA, execresid = NA,
  specid = NA, riskid = NA, params = "", reference = "",
  testspec = "", printXML = TRUE)

Arguments

elemname

(character) The name of the element's root tag

testdesc

(character) The description of the test's root tag

execresid

(character) Executed Risk ID

specid

(character) The Specification ID

riskid

(character) The Risk ID

params

(ANY) The Parameters of the function

reference

(ANY) The Reference tested against

testspec

(ANY) The test specification do calculate

printXML

(logical) Print output or return xml as R object

Value

(character)