我可以按顺序运行 VS2008 Team System Load Test 场景吗?
我有几个负载测试场景,由 Visual Studio 2008 Ultimate 中的多个 Web 测试组成。默认情况下,这些场景是同时运行的 - 是否有某种方法可以顺序运行它们,以便第一个测试运行一段时间,然后第二个场景运行相同的持续时间?
I have a couple of load test scenarios composed of several web tests in Visual Studio 2008 Ultimate. By default these scenarios are run concurrently - is there some way to run them sequentially, such that the first test runs for some duration, then the second scenario runs for the same duration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最直接的方法是创建一个编码的 Web 测试,在一定时间后生成一组不同的测试。
尽管这种方法在重新安排代码来完成您想要的事情时会有点费力。
我不得不承认有些好奇你为什么要这样做?
The most straight forward approach would be to create a coded web test that yields a different set of tests after a certain time.
Though this approach would be a bit labour intensive in re-arranging the code to do what you want.
I have to admit some curiosity as to why you would want to do this?