user2567883
user2567883

Reputation: 41

building codedui project with VS2010 professional

I have created my codedUI project using VS2010 Ultimate and build works fine when I am building from VS2010 Ultimate.

I am trying to build the same project using VS2010 Professional and when the build starts it complaints about missing assemblies one of the missing assemblies is "Microsoft.VisualStudio.QualityTools.CodedUITestFramework"

Is it possible to build CodedUI projects with VS2010 Professional?

Upvotes: 4

Views: 1894

Answers (1)

Pranav Singh
Pranav Singh

Reputation: 20081

The Visual Studio 2010 Professional version does not support the coded UI test, you might need to upgrade to the Microsoft Visual Studio Ultimate or Microsoft Visual Studio Premium.

In new Versions of Visual Studio, Only Visual Studio Enterprise provide Coded UI Support and Visual Studio Professional & Visual Studio Community doesn't have support.

enter image description here Please see for more details:

http://msdn.microsoft.com/en-us/library/dd380742.aspx

https://www.visualstudio.com/vs/compare/

Upvotes: 4

Related Questions