apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.02k forks source link

Enhancement: "Assertion defaults" - component would be useful #968

Closed asfimport closed 20 years ago

asfimport commented 21 years ago

Jarno Pelkonen (Bug 14762): JMeter needs an "assertion defaults" component that can be put under containing containg controller (= any sampler or Thread group).

This easies building up test cases that do several requests and most of the responses are validated with the same logic. This is a common case with HTTP test cases.

"Assertion defaults" component could be a containing component, i.e. it would contain the actual assertions. Responses would be validated against:

Votes in Bugzilla: 1 OS: All

asfimport commented 20 years ago

Sebb (migrated from Bugzilla): This seems to happen by default now; also copy and paste works, so I'm closing the call, but feel free to re-open if there's something I've missed