开发者

How do I load test with Visual Studio 2008?

开发者 https://www.devze.com 2023-03-09 23:40 出处:网络
Does anyone have any information on this? I\'m currently running Visual Studio Team System 2008 v9.0.21022.8 RTM and have been told that I am able to do load testing on my project.

Does anyone have any information on this? I'm currently running Visual Studio Team System 2008 v9.0.21022.8 RTM and have been told that I am able to do load testing on my project.

Sadly, when I right-click the project node there is no 'Load Test' under 'Add'...

I'm thinking the load testing functionality might be an extra, but thought I'd ask here bef开发者_JAVA技巧ore making a fool of myself to my boss :-)

Thanks, Jason


You can't add tests to just any project, you have to specifically create a new test project in your solution.

Right-click the solution node > Add > New Project... > Visual C# > Test > Test Project

You'll be able to add unit, web and load tests to this new project.

In order to actually do load testing, you have to develop individual unit tests or webtests first. Then you add these to a load test and you're off to the races.


In vs2010. Add Test Project. Then Add Load Test to that project.

0

精彩评论

暂无评论...
验证码 换一张
取 消