使用 Visual Studio Team Webtests 捕获弹出窗口
我们有许多在页面导航期间显示的弹出窗口(使用 Javascript 生成)。
当我们记录网络测试时,脚本不会捕获所有内容。
如果有办法解决这个问题吗?
We have a number of popups (generated using Javascript) that are displayed during page navigation.
When we record the webtest, the script doesn't capture all of them.
If there a way around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
负载测试不渲染 javascript,而是仅通过记录单独的 http 请求进行操作。所以不,没有办法解决这个问题。
研究新的 Visual Studio 2010 编码 UI 测试,以测试用户界面。
我认为这是完成这项工作的工具,但我没有任何经验。
The load tests do no render javascript, but operate solely by recording individiual http requests. So no, there is no way around this.
Investigate the new Visual Studio 2010 Coded UI test for testing the operation of the UI.
I think this is the tool for the job, however I do not have any experience with it.