The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<testcases repeat="1">
<case
    id                 = "1"
    description1       = "test response code 500"
    method             = "get"
    url                = "{BASEURL}/code/500"
    verifyresponsecode = "200"
/>
<case
    id                 = "2"
    description1       = "test response code 500"
    method             = "get"
    url                = "{BASEURL}/code/500"
    verifyresponsecode = "200"
/>
<case
    id                 = "3"
    label              = "testlabel"
    description1       = "test response code 500"
    method             = "get"
    url                = "{BASEURL}/code/500"
    verifyresponsecode = "200"
/>
<case
    id                 = "4"
    description1       = "test response code 500"
    method             = "get"
    url                = "{BASEURL}/code/500"
    verifyresponsecode = "200"
/>
</testcases>