1id: raw-unsafe-with-params 2 3info: 4 name: Test RAW unsafe with params 5 author: pdteam 6 severity: info 7# this test is used to check automerge of params in both unsafe & safe requests 8# key1=value1 is added from inputURL 9 10http: 11 - raw: 12 - |+ 13 GET /?key2=value2 HTTP/1.1 14 Host: {{Hostname}} 15 16 unsafe: true 17 matchers: 18 - type: word 19 words: 20 - "Test is test raw-params-matcher text" 21