Replies: 1 comment
-
Hello, sorry I missed this discussion for so long :). First of all, thank you very much! Is really nice to get ideas for improvement and clarification, get feedback, and we really value documentation and invest on it. Regarding what is possible to use in each part of the tree (child elements), if you use an IDE the IDE autocompletion should list at any particular context the elements that can be used at that level, for example in IntelliJ ctrl+space. You get also all the elements option with IDE auto completion when you add the dot (since we use fluent API design). Some of the videos on this section might help demonstrate this. I think anyways that we could auto generate something, kind of separate from main user guide, like a components reference card. There is also the automatic javadoc generation to help with this. For instance here you can see all the elements that can me added as child of thread group here checking the Can you clarify about this "Also, Apache maintains documentations for all of its Jmeter packages/classes/methods etc"? Maybe giving an example of how Apache does this can help. Regards, and thank you again for giving great feedback and ideas for improvement. |
Beta Was this translation helpful? Give feedback.
-
I've used Jmeter quite heavily. I really love this project. I want to learn more of this and use most features of this tool. Just sharing some inputs as an End user.
I couldn't find much documentation except some examples in the user guide section. For example, Jmeter has a defined structure for all of its elements like their scope, pre/post processor, child/parent. What child elements are possible for a selected element was possible in Jmeter. Right now I'm having bit difficulty to know what should go where and what dsl options are possible. Also, Apache maintains documentations for all of its Jmeter packages/classes/methods etc. If this project can create some sort of documentation in future of that sort we can get more details about the dsl specific java packages/classes etc.
Beta Was this translation helpful? Give feedback.
All reactions