What version of Visual Studio 2010 is required to run "web tests"?

1

I have some "Web Tests" that I've created in Visual Studio 2008 Team Test Edition. I need to know which version of Visual Studio 2010 I will need to work with the tests I've created. I don't see that there is a "Team Test Edition" of VS2010.

Rising Star

Posted 2010-03-11T23:19:40.307

Reputation: 439

Answers

1

Web Performance Testing, and Load Testing are only available in VS 2010 Ultimate

rjschnorenberg

Posted 2010-03-11T23:19:40.307

Reputation: 446

I saw Web Performance testing in the feature comparison you reference. I don't know that "Web Performance Testing" is the same as "Web Testing". – Rising Star – 2010-03-11T23:44:10.747

Please clarify what you mean by "Web Testing" then. – heavyd – 2010-03-12T00:00:19.350

1

The Web Test should be replaced by the Coded UI test, so you can create them with Premium, but using them for load testing will require Ultimate. There is a post on Bruce Sterling's blog(http://blogs.msdn.com/charles_sterling/archive/2008/11/05/visual-studio-team-system-2010-test-features-walk-through-with-screen-shots.aspx#_Create_a_Coded) outlining how creating a coded UI test works on 2010

– rjschnorenberg – 2010-03-12T00:04:49.217