1

I am testing an endpoint using JMeter. The test runs successfully on GUI, but fails when I use maven with error below;

summary =      0 in 00:00:00 = ******/s Avg:     0 Min: 9223372036854775807 Max: -9223372036854775808 Err:     0 (0.00%)

and this error in the log;

2017/05/04 16:03:01 INFO  - jmeter.threads.ThreadGroup: Starting thread group number 1 threads 0 ramp-up 0 perThread NaN delayedStart=false 

Please kindly assist.

philip
  • 484
  • 9
  • 26

1 Answers1

0

For some reasons, the variable arguments for threads, rampUp etc. works on GUI but not on Maven. I solved it by setting these directly without using variables

philip
  • 484
  • 9
  • 26