Hello community, I have the pleasure to share with you the OpenSource project https://github.com/anasoid/jmeter-as-code than can generate JMX file using Java code, It has full support of Jmeter HTTP see actual reference on ( https://jmc.anasoid.org/docs/reference/jmeter/jmeter-component).
Also it introduce many feature that can help to create JMX file : 1. Working as code can have a big advantage to work as a team on the same JMX file. 2. Reusing Script and take advantage of JAVA and inheritance. 3. Interceptor can apply programmatically change when generating JMX ( https://jmc.anasoid.org/docs/users/Interceptor) 4. Include JMX fragment for the component not yet having the wrapper, and also add variable inside this JMX file ( https://jmc.anasoid.org/docs/users/include) Best Regards
