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
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