针对 3 个不同角色的单一 Web 测试
我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为每个角色创建一个具有代表性的 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.