I got test.properties file for my jmeter test. It contains some enviro property=value pairs and those work nicely.
But I would like to add something like this:
a1 = value
b1 = value
a2 = a1+b1
b2 = value
a3 = a2+b2
b3 = value
When I use "hardcoded" value, like 10 for a2 and 20 for a3, the properties are loaded and used correctly. But a1+b1 does not work as required. Is there any way how to assigned sum of two properties as a value of another property?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…