针对 3 个不同角色的单一 Web 测试

发布于 2024-08-31 08:31:38 字数 91 浏览 7 评论 0原文

我在vs2010中创建了一个网络测试。浏览产品。 我的网站访客中有 3 个角色(未登录)、登录未验证、登录已验证。

如何对所有 3 个角色使用单一测试?

I have created a web test in vs2010. which browse through the products.
I have 3 roles in my site guest (non logged in ), logged in not verified, logged in verified.

How I can use single test for all 3 roles?

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

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

发布评论

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

评论(1

行至春深 2024-09-07 08:31:39

您需要为每个角色创建一个具有代表性的 Web 测试,因为不同的角色将在您的站点中执行不同的操作。对每个角色进行网络测试将使您能够
在基于这些网络测试进行的任何负载测试中控制每个用户的比例。

You will need to create a representative web test for each role as different roles will take different actions within your site. Having webtests for each role will allow you to
control the ratios of each user within any load testing you do based on those webtests.

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