Learn R Programming

RTest (version 1.2.6)

importTC: Import Test Case from XML File

Description

This function imports a test case XML definition and adds it to the test collection.

Usage

# S4 method for RTestCollection
importTC(object, xml.fPath)

Arguments

object

(object) The RTestCollection-class object

xml.fPath

(character) Path to XML definition file

See Also

RTestCollection-class