Test Case Markup Language (TCML) Reference

TCML is an XML extension for describing test cases generated from Markov chain usage models. TCML is implemented in the JUMBL, and provides a means for other tools to be linked with the JUMBL.

An TCML document consists of a single top-level <testcase> element describing a single Markov chain usage model as an ordered list of <event> elements.

No schema or DTD is given; this is to discourage strict parsing of TCML. Parsing of TCML should be as forgiving as possible within the guidelines given in this document.