Re: [Dev] Trying to run a jmeter script through a testng Test and fails

2017-11-08 Thread Irham Iqbal
Hi Chamara, I suspect this exception your getting due to version incompatibility. You can change the version of apache jmeter(ApacheJMeter_java or ApacheJMeter_core) dependency[1] to compatible version. Also this can happen due to corrupted .jmx file. [1] org.apache.jmeter Apac

Re: [Dev] Trying to run a jmeter script through a testng Test and fails

2017-11-08 Thread Chamara Ariyarathne
This still fails after several fixes; java.lang.IllegalArgumentException: Problem loading XML from:'/home/chamara/stress-test-framework/src/test/jmeter/CUSTOM/Concurrency_Thread_Group.jmx', missing class com.thoughtworks.xstream.converters.ConversionException: Debugging information cause

[Dev] Trying to run a jmeter script through a testng Test and fails

2017-11-07 Thread Chamara Ariyarathne
I'm trying to run a jmeter script with the following Test method in testng and my maven build fails like following. Any help in resolving this matter will be appreciated. *Method: * @Test public void runJmeter() throws Exception { StandardJMeterEngine jmeter = new StandardJMeterEn