Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 vs2010 中创建了一个网络测试。浏览产品。我的网站访客中有 3 个角色(未登录),登录未验证,登录已验证。
如何对所有 3 个角色使用单一测试?
您需要为每个角色创建一个具有代表性的 Web 测试,因为不同的角色将在您的站点内采取不同的操作。每个角色都有 webtests 将允许您在基于这些 webtests 进行的任何负载测试中控制每个用户的比率。