Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 将值从webtest上下文参数传递到loadtest上下文参数_Performance_Visual Studio - Fatal编程技术网

Performance 将值从webtest上下文参数传递到loadtest上下文参数

Performance 将值从webtest上下文参数传递到loadtest上下文参数,performance,visual-studio,Performance,Visual Studio,我正在VisualStudio中运行一个负载测试,我编写了一个自定义提取规则,从屏幕获取一些数据,并将其存储在webtest的上下文参数中。我现在要做的是获取该值并将其复制到附加到loadtest的类似上下文参数中,这样我就可以使用LoadTestPlugIn来输出所有测试的数据。从loadtest到webtest获取数据似乎很容易,只是不确定如何以另一种方式传回数据。您好,您找到方法了吗?我也有同样的情况。谢谢

我正在VisualStudio中运行一个负载测试,我编写了一个自定义提取规则,从屏幕获取一些数据,并将其存储在webtest的上下文参数中。我现在要做的是获取该值并将其复制到附加到loadtest的类似上下文参数中,这样我就可以使用LoadTestPlugIn来输出所有测试的数据。从loadtest到webtest获取数据似乎很容易,只是不确定如何以另一种方式传回数据。

您好,您找到方法了吗?我也有同样的情况。谢谢