Codedui project with VS2010 professional

I created my codeUI project using VS2010 Ultimate and the build works great when I create VS2010 Ultimate.

I am trying to create the same project using VS2010 Professional, and when the assembly starts complaining about the lack of assemblies, one of the missing assemblies is "Microsoft.VisualStudio.QualityTools.CodedUITestFramework"

Can I create CodedUI projects using VS2010 Professional?

+4
source share
1 answer

Visual Studio 2010 Professional does not support the coded user interface test; you may need to upgrade to Microsoft Visual Studio Ultimate or Microsoft Visual Studio Premium .

In newer versions of Visual Studio, only Visual Studio Enterprise provides support for a coded user interface, while Visual Studio Professional and Visual Studio Community do not have support.

enter image description here See below for more details:

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

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

+4
source

Source: https://habr.com/ru/post/1490680/


All Articles