How to reach nested controls using Coded UI Test Builder 19 January 2011 Donovan-Brown Work (0) Problem I have a span nested inside an anchor tag and I cannot reach it with CodedUI Test Builder. Solution Use the control navigation button in the Add Assertions dialog. Explanation While trying to check the attributes on a link in a web application I could never see the font style to... [More]
I can't get rid of an old Project Template 18 January 2011 Donovan-Brown Work (0) Problem I was trying to learn how to create a custom Project Template and now I can't get rid of it! Solution Make sure all the .zip files for your Project Template have been deleted and run devenv /setup Explanation Running devenv /setup will force Visual Studio to reset all the Pr... [More]
I can't get Code Coverage to work on IIS7 13 January 2011 Donovan-Brown Work (0) How to get code coverage on IIS7. [More]