Visual Studio Web 测试:可以通过 Web 测试编辑器运行视图运行编码的 Web 测试吗?

发布于 2024-08-25 10:31:26 字数 289 浏览 7 评论 0原文

完全公开,我是 Visual Studio Web 测试及其编码的新手。

我写了一个网络测试;用 VB 编写;它运行得很好。我们的 QA 工程师想使用这个脚本进行性能测试;但他想要使用 VS WebTest 编辑器构建 WebTest 并运行它时出现的漂亮 GUI。

有没有办法通过这个视图运行编码的网络测试?他希望能够在运行时查看每个测试,以了解哪些页面存在问题,但在他习惯的 GUI 中。或者,我知道我可以编写一些写入日志文件的代码;但在我采用该解决方案之前;我只是想看看这是否可能。

非常感谢任何建设性的意见。

Full disclosure, I'm new to Visual Studio Web Tests and coding for them.

I've written a webtest; coded in VB; it runs great. Our QA engineer wants to use this script for performance testing; but he wants the nice GUI that comes when you build a WebTest with the VS WebTest Editor and run it.

Is there a way to run a coded webtest through this view? He wants to be able to view each test as it runs to see which pages are having issues, but within the GUI he's used to. Alternatively, I know I could just code something that writes out to a log file; but before I go with that solution; I just wanted to see if this is possible.

Any constructive input is greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

各空 2024-09-01 10:31:26

没关系,我已经弄清楚了。在现有 Web 测试中,右键单击根节点并选择“添加对 Web 测试的调用”。然后选择您的自定义编码网络测试;现在将在 Webtest 结果视图中显示自定义测试的结果。

Never mind, I figured it out. From an existing web test, right click the root node and select "Add call to web test". Then selected your custom coded web test; and will now show the custom test's results in the webtest results view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文