Skip to content

[Bug] Typo in assertion property name: "Asserion.test_strings" missing 't' #6751

Description

@sjhimself

Expected behavior

There is a spelling error in the property name tag for the assertion component. The attribute value uses Asserion.test_strings instead of Assertion.test_strings (missing the letter t).
Actual:
<collectionProp name="Asserion.test_strings">
Expected:
<collectionProp name="Assertion.test_strings">
Environment
JMeter Version: 5.0

This typo causes property name inconsistency and may lead to parsing issues or unexpected behavior when evaluating test assertions.

Actual behavior

No response

Steps to reproduce the problem

Steps to Reproduce
1.Open Apache JMeter 5.0 and create or load a test plan with the assertion component.
2.Run a load test utilizing the custom/third-party plugin.
3.Save the test plan (.jmx) or inspect the underlying assertion component XML code.
4.Locate the collection property definition for the test strings.
5.Observe that the property name attribute is mispelled as instead of Assertion.test_strings.

JMeter Version

5.0

Java Version

No response

OS Version

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions