Next: Compression and Encryption, Previous: The RTAv1 file format, Up: The ARTE RTA Test Files
The ‘RTAv2’ file format is just an extension of ‘RTAv1’ to include an additional mandatory file (description.xml):
tcl
extension. Also, only one
single file with tcl
extension must be available inside the RTA.
version 2 |
<?xml version=”1.0” encoding=”UTF-8”?> <ARTE-TEST xmlns=”http://arte/description-rta”> <ModuleID>generic</ModuleID> <TestGroupID>generic-test-hello</TestGroupID> <Author>aleksander</Author> <Date>Sun Feb 15 20:59:03 2009</Date> <TestDescription> This test does this and that, to test problem reported in ticket #12345 </TestDescription> <ExpectedResult> The test should pass if whatever thing happened </ExpectedResult> </ARTE-TEST> |
In addition to the previous mandatory parameters, the ‘RTAv2’ file may contain any additional file needed to in the test.