您的位置:首页 > 其它

Load testing with Visual Studio Ultimate

2013-06-06 18:11 288 查看
Testing steps:

Create a Class Library project, right-click menu to add a "Unit Test" cs file and add Test Method in that file.
Right-click on the project above, add a "load test".
Continue default settings until "Test Mix" page, click "Add" button to select unit test method into load test.
In "Counter Sets" page, we can use controller-agent mode to do load testing on multiple machines (one controller, multiple agents).
Right-click scenario, "Edit Test Mix", select unit test method as initialize test(execute before other tests) and terminate test(execute after other tests).
Right-click scenario, "Run Test".
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: