Asp.net WEB性能测试中如何将动态数据绑定到JSON请求

Asp.net WEB性能测试中如何将动态数据绑定到JSON请求,asp.net,json,visual-studio-2012,performance-testing,web-testing,Asp.net,Json,Visual Studio 2012,Performance Testing,Web Testing,内容类型:Application/JSON,Charset=UTF-8 字符串正文:{“Address1”:“XYZ”} 我想将字符串体中的Address1绑定到XML文件(文件名:Addresses.XML) XYZ 将其绑定为{“Address1”:{{Addresses.Property.Address1}}}没有任何帮助。这个问题不清楚。它似乎是特定于一个测试工具的,但您没有提到您正在使用的工具。或者您正在使用的编程语言。Visual Studio 2012负载测试 <Prop

内容类型:Application/JSON,Charset=UTF-8
字符串正文:{“Address1”:“XYZ”}

我想将字符串体中的Address1绑定到XML文件(文件名:Addresses.XML)


XYZ

将其绑定为{“Address1”:{{Addresses.Property.Address1}}}没有任何帮助。

这个问题不清楚。它似乎是特定于一个测试工具的,但您没有提到您正在使用的工具。或者您正在使用的编程语言。Visual Studio 2012负载测试
<Property>
  <Address1>XYZ</Address1>
</Property>