enter code here
I am setting jmeter path in yaml in below way,while running the script through yaml getting error as No field 'connectTime' found in class 'org.apache.jmeter.samplers.SampleSaveConfiguration' and Error in NonGUIDriver java.lang.NullPointerException,but if I run the same script directly like bzt asp.jmx its working fine.Please let me know
---
execution:
scenario: simple
modules:
jmeter:
path: "D:/apache-jmeter-2.12" #jmeter path
scenarios:
simple:
script: "D:/apache-jmeter-2.12/bin/C4C_perf/asp.jmx"