additional matcher

patch-1
sandeep 2021-09-12 18:31:46 +05:30
parent 34b89610c9
commit e6d97e26c5
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,7 @@ requests:
- method: GET
path:
- "{{BaseURL}}/console/login/LoginForm.jsp"
matchers-condition: and
matchers:
- type: word
@ -38,6 +39,12 @@ requests:
- "12.2.1.4"
condition: or
part: body
- type: word
words:
- "WebLogic"
part: body
- type: status
status:
- 200