File: 03-parse_response.xml

package info (click to toggle)
libwebinject-perl 1.94-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 4,265; xml: 278; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>