Help for this page

Select Code to Download


  1. or download this
    <exec>
        <tc id="001.001">
        <tc id="002.001">
        ...
    </exec>
    
  2. or download this
    <exec>
        <tc id="001.001" version="..." date="..." objective="...">
    ...
        </tc>
        ...
    </exec>
    
  3. or download this
    my $conf = "/home/ember/devices/$Macaddress/$Macaddress.xml";
    
    ...
    $id = sprintf '%03d', $id; 
    push @{ $xml->{'tc'}->{$tc}->{'ts'} }, { id => "$script_id.$id", time 
    +=> time, result => $result, description => $description };
    } # End sub Logg_TS_add
    
  4. or download this
    <exec>
      <tc id="002.001" objective="The objective of this test case is to ve
    +rify that the DUT is compatible with Axis IP utility" time="120039734
    +6" version="0.01">
    ...
      <tc id="001.001" />
      <tc id="002.001" />
      ...