Apache JMeter - User's Manual: Functions and Variables

Apache JMeter - User's Manual: Functions and Variables

瀏覽:1250
日期:2025-10-04
When using \ before a variable for a windows path for example C:\test\${test}, ensure you escape the \ otherwise JMeter will not interpret the variable, example: C:\\test\\${test}. Alternatively, just use / instead for the ...看更多