Hi, I'm trying to understand what is the recommended way to create components via java API.
Initially I thought properties should be set via setProperty while names are provided via constants like org.apache.jmeter.testelement.TestPlan#FUNCTIONAL_MODE. However CounterConfig breaks this nice picture: org.apache.jmeter.modifiers.CounterConfig#START and other properties are private. BeanShellPreProcessor goes even further and it completely ignores "setProperties". Can you please advise me what is the suggested way to create test elements via API? -- Regards, Vladimir Sitnikov
