A few test scenarios have been recorded using CodedUI test template for my web application in Visual Studio 2010 beta. These run from within the Visual Studio successfully without any issues. I was looking for instructions to create a deployment package.
Share
Coded UI tests use namespaces within libraries that are part of Visual Studio e.g.
Microsoft.VisualStudio.TestTools.UITestingThis is unlike UI Automation which is part of the core .NET framework e.g.
Therefore as I understand it you cannot package Coded UI tests to run in an environment that does not have Visual Studio installed.