Running Visual Studio 2010 UI tests not on Ultimate

I have built a test with UI automation using Visual Studio 2010 Ultimate. I would like to run the test on computers that have other editions of Visual Studio 2010 installed, not Ultimate. However when I try to use mstesttestcontainer:tests.dll (the dll file of the test with the debug library) there was error that it was missing one of the test files.

Is there a way to run a UI test on a computer without the Ultimate edition? Thanks.


Coded UI Tests only run with VS Ultimate and VS Premium .

Here is an overview showing which VS edition supports which testing features: http://www.microsoft.com/visualstudio/en-us/products.

Here is the screenshot of the link above, just in case the URL shouldn't work anymore one day: 替代文字


If you're referring to the Coded UI tests, it's only available on the Ultimate or Premium versions of VS2010. If a user is using the Express or Professional, they just won't be able to do it.

If upgrading those users to Ultimate/Premium isn't an option, you might want to look at a different UI testing tool.

链接地址: http://www.djcxy.com/p/44162.html

上一篇: 非C#中的C#编程远程文件夹/文件身份验证

下一篇: 运行Visual Studio 2010 UI测试不在Ultimate上