cpoDesign
cpoDesign

Reputation: 9143

How to add Automated UI Tests into Visual Studio 2010 Professional

I have couple Automated UI tests that i can work with with my VS2010 Ultimate version.

At other pc i have VS2010 Professional. I would like to create coded UI tests in this version.

Is there some way how i can create Coded UI tests in VS2010 Professional?

Also i need it to run with TFS and Automated builds.

Upvotes: 1

Views: 318

Answers (1)

kroonwijk
kroonwijk

Reputation: 8400

As show in this Visual Studio 2010 comparison chart, Coded UI Tests are not available in VS2010 professional. You will have to upgrade to Premium or Ultimate.

Upvotes: 3

Related Questions