JMeter - when NOT to use Cache compiled script if available
问题 I want to know when checking Cache compiled script if available checkbox is wrong, Following Best practices there are some situations that Cache compiled script shouldn't be used, but the example of not using ${varName} is wrong, I did a test and the value it's taking is the updated value of ${varName} and not the first value. When using JSR 223 elements, it is advised to check Cache compiled script if available property to ensure the script compilation is cached if underlying language