Adding An Existing Coded UI Test Map To A Project

When you add a new coded ui test map to a project, Visual Studio conveniently organizes the accompanying .uitest, .cs, and .designer.cs files into a neat, unified bundle: So you’d THINK that’s what would happen when you copy an existing coded ui map from another project into a new one. But nooooo, Visual Studio just shrugs and stares blankly like “And…? What do you expect me to do with this?...

May 18, 2013 · 2 min · Nick Spreitzer

Coded UI: Failed To Perform Action On Blocked Control Exception

Today I encountered a very aggravating exception while playing back some coded ui tests. I consistently got a “Failed To Perform Action On Blocked Control Exception”. Yet nothing was blocking the row...

May 14, 2013 · 1 min · Nick Spreitzer