History for TestScriptFormat

changed:
-
Test Script has the following format::

 <test-list>
  <test>
 <name>Test_Calculator</name>
 <description>General test</description>
 <systemoutput>calculatorSysLog</systemoutput>
 <load>device or part configuration</load>
    <fire id="1" >
       <parameter type="int" >5</parameter>
    </fire>
    <fire id="4" >
        <parameter type="String" >+</parameter>
     </fire>
      <wait>…</wait>
     <match>etalon file</match>  
 </test>
 </test-list>