假设我有多个XLM文件在文件夹中,并使用jp@gc目录列表上传文件。那么我如何将变量传递到主体xml?
<Address>
<Address1>${address}</Address1>
<City>${city}</City>
<State>${state}</State>
<ZipOrPostalCode>${zip}</ZipOrPostalCode>
<Country>USA</Country>
</Address>
我尝试使用jsr 223- preprocessor,但没有成功
1条答案
按热度按时间vaqhlq811#
使用__FileToString()和__eval()函数组合,如下所示:
其中
filename
是目录列表配置中的变量有关JMeter函数概念的更多信息,请参见Apache JMeter Functions - An Introduction文章