nagkumar commented on issue #5957: URL: https://github.com/apache/jmeter/issues/5957#issuecomment-1578997121
Further study of JUnitSampler, which of these properties are to be supported.. ``` private static final String CLASSNAME = "junitSampler.classname"; private static final String CONSTRUCTORSTRING = "junitsampler.constructorstring"; private static final String METHOD = "junitsampler.method"; private static final String ERROR = "junitsampler.error"; private static final String ERRORCODE = "junitsampler.error.code"; private static final String FAILURE = "junitsampler.failure"; private static final String FAILURECODE = "junitsampler.failure.code"; private static final String SUCCESS = "junitsampler.success"; private static final String SUCCESSCODE = "junitsampler.success.code"; private static final String FILTER = "junitsampler.pkg.filter"; private static final String DOSETUP = "junitsampler.exec.setup"; private static final String APPEND_ERROR = "junitsampler.append.error"; private static final String APPEND_EXCEPTION = "junitsampler.append.exception"; private static final String JUNIT4 = "junitsampler.junit4"; private static final String CREATE_INSTANCE_PER_SAMPLE="junitsampler.createinstancepersample"; ``` This configuration looks too complex as when doing a performance test, take the class and load it, asking for so much info, not sure if that can confuse a lot.. As per my little understanding of JMeter except for the CLASSNAME AND method name others should not be asked, also if it is a suite even the method name is not needed.. -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org