sjhimself opened a new issue, #6751: URL: https://github.com/apache/jmeter/issues/6751
### 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 <collectionProp name="Asserion.test_strings"> instead of Assertion.test_strings. ### JMeter Version 5.0 ### Java Version _No response_ ### OS Version _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
