- or download this
use strict;
...
print FH $_;
close FH;
}
- or download this
my $tr = Reporting->new;
...
$tr->result("Pass");
$tr->comments("Executed Successfully");
print $tr->as_xml;
- 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>
- or download this
<Parameters>
<ParameterGroup ID="Group1">
...
<Parameter key="Key3">Some Value</Parameter>
</ParameterGroup>
</Parameters>