The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<testcases repeat="1">
<case
    id                 = "1"
    description1       = "test parse response"
    method             = "get"
    url                = "{BASEURL}/teststring"
    verifyresponsecode = "200"
    verifypositive     = "this is just a teststring"
    parseresponse      = "HTTP|OK"
    parseresponse1     = "this is | a teststring"
/>
<case
    id                 = "2"
    description1       = "test negative string verification"
    method             = "post"
    url                = "{BASEURL}/post"
    postbody           = "RelayState={PARSEDRESULT}&SAMLResponse {PARSEDRESULT1}"
    verifyresponsecode = "200"
/>
</testcases>