check_response on response text #80
Answered
by
smicyk
AntonioSun
asked this question in
Q&A
-
I want to check each response for keyword "Wrong" and mark the request fail if found. Like this: How to do it in groovy-jmeter? |
Beta Was this translation helpful? Give feedback.
Answered by
smicyk
Jun 9, 2022
Replies: 2 comments 4 replies
-
I think it should be something like: check_status applyTo: 'parent', {
text(not) contains 'Wrong'
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AntonioSun
-
Yes, my mistake, the keyword name is check_response |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be something like: