Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        print FH $_;
        close FH;
    }
    
  2. or download this
    my $tr = Reporting->new;
    
    ...
    $tr->result("Pass");
    $tr->comments("Executed Successfully");
    print $tr->as_xml;
    
  3. or download this
    <?xml version='1.0' standalone='yes'?>
    <TestResult xmlns="some info" xmlns:xsi="some info" xsi:schemaLocation
    +="some info">
    ...
        <Image key="Image1">Some info</Image>
      </Images>
    </TestResult>
    
  4. or download this
    <Parameters>
    <ParameterGroup ID="Group1">
    ...
      <Parameter key="Key3">Some Value</Parameter> 
      </ParameterGroup>
      </Parameters>