File: 02-string_verification.xml

package info (click to toggle)
libwebinject-perl 1.86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 428 kB
  • ctags: 197
  • sloc: perl: 4,101; xml: 257; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<testcases repeat="1">
<case
    id                 = "1"
    label              = "testlabel"
    description1       = "test string verification"
    method             = "get"
    url                = "{BASEURL}/teststring"
    verifyresponsecode = "200"
    verifypositive     = "this is just a teststring"
    verifypositive1    = "this is just a teststring"
    verifypositive2    = "this is just a teststring"
    verifypositive3    = "this is just a teststring"
    verifynegative     = "this should not match"
    verifynegative1    = "this should not match"
    verifynegative2    = "this should not match"
    verifynegative3    = "this should not match"
/>
</testcases>