rabelenda
rabelenda
Hello, in the RTEPlugin we have forked the great work from Denis and have added some additional features (like ssl support) and fixes, BUT also have removed all GUI components...
Hello, thank you for reporting this! The issue seems to be related to included test plan. Can you share it to better trace the root cause of the issue? Seems...
Hello, with the example you just shared I could not reproduce the issue you reported. The conversion looks like this: ```java ``` I guess that the error you reported manifests...
I am going to keep this open as a way to improve include controller conversion, even though is currently "functional".
Hello, thank you for reporting this! You can use bash output redirection to get the file with a name of your choosing, eg: ```bash java -jar jmx2dsl.jar my.jmx> MyPerformanceTest.java ```...
Hello, thanks for asking for this. Can you share an example of such test fragment and how you use it in a testplan? Want to understand how you use them...
Thank you for the proposal, and opening this for discussion. Currently, httpCookies and httpCache manager are only added when an httpSampler is in the test plan. This was added to...
Hello, Latest version of the library follows allows disabling and enabling httpCookies and httpCache at different levels of the test plan. eg: ``` testPlan( httpCookies().disable(), httpCache().disable(), threadGroup(1, 1, // these...
Have you tried what you mention with the latest version (released yesterday)? What you describe sounds like the behavior previous versions of the DSL had.
Hello, do you have any news testing with latest version? We internally talked about some http cache issues with jmeter cache manager. We will further explore this and analyze if...