1

enter code hereI 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"
Anant patil
  • 161
  • 1
  • 9

1 Answers1

0

Your issue is just that connect time didn’t exist in jmeter 2.12 which you are setting up:

Look at 2.13 release notes which introduced the feature.

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116