I have following Test plan in my jmeter script
TestPlan
-threadgroup1
-script1.jmx
-threadgroup2
-script2.jmx
-threadgroup3
-script3.jmx
So if i pass following values from command line for
threadgroup1 ----threads1 = 2
threadgroup2 ----threads2=0
threadgroup3--- threads3=5
Would it execute only threadgroup1 and threadgroup3 or is there any other way to disable thread group from command line.