Hi,
I need to create custom Coded UI project template from exist one, but I am facing with some issue.
The standard Coded UI Test project template adds references to the registered
Coded UI Extensions libraries. (http://blogs.msdn.com/b/gautamg/archive/2010/01/05/1-introduction-to-coded-ui-test-extensibility.aspx)
So, When I create my custom project template from Coded UI project, which has been created from standard Coded UI Test project template, I lose the opportunity to add references to theCoded UI Extensions automaticly.
My custom Coded UI test project template can not add references to the Coded UI Extensions automatically as it does standard Coded UI test project template.
I may guess that standard CodedUI Test project template call some custom
Wizard Extension to reach this. (http://msdn.microsoft.com/en-us/library/ms171411.aspx)
I use Visual Studio 2013 Premium Edition
Question:
How to create custom Coded UI test project template with automatic loading/referencing extension libraries.
Thanks,