Visual Studio 2010 负载测试错误
我设置了一个网络性能测试,它运行良好。但是当我在负载测试场景中运行它时,所有运行都会失败。我不明白为什么,我收到各种错误,例如:
00:03:10 测试列表场景1 {POST} 异常 WebTestException 上下文参数 找不到“$HIDDEN1.ctl00$ctl00$PagePlaceholder$Body$Header$hdnKey” 测试上下文堆栈 -
或者:
提取规则错误 ExtractHiddenFields 3 没有隐藏字段 在响应中找到。
这是为什么?
I setup a web performance test and it runs fine. But when I run it in a load test scenario, all the runs fail. I don't understand why, I'm getting all kinds of errors like:
00:03:10 TestList Scenario1
{POST} Exception WebTestException Context parameter
'$HIDDEN1.ctl00$ctl00$PagePlaceholder$Body$Header$hdnKey' not found in
test context Stack -
Or:
Extraction Rule Error ExtractHiddenFields 3 No hidden fields were
found in the response.
Why is that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务器可能返回错误页面或与测试工具预期显着不同的页面。然后,该工具无法在页面上找到未来页面所需的一些动态数据,并生成错误。
It is likely that the server returned an error page or a page that is significantly different than the testing tool expected. The tool then failed to find some dynamic data on the page that it needed for a future page - and generated the errors.