Multiple Assertions per HTTP Request
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
### Expected behavior
When adding more than one assertion under an HTTP Request, and one of the assertions fails, the request should be marked as failed, independent of which one of the assertions fails.
### Actual behavior
The HTTP Request is marked succeeded when the last assertion succeeds. It seems the result of the previous assertions is overridden by the last one.
### Steps to reproduce the problem
The issue was perfectly described in someone elses bug report from june https://github.com/apache/jmeter/issues/5677.
For reasons that I could not see, the issue was closed as invalid.
Yet I run into the same issue. Did I miss something?
### JMeter Version
5.5
### Java Version
openjdk version "11.0.11" 2021-04-20
### OS Version
Windows 11 22H2
Contributor guide
Assessment
This issue has not been assessed yet.