Chapter 15:Changes to UIMap.Designer.cs
Having worked through the Coded UI Tests example this all works fine. However, after making changes and rebuilding, the changes made to UIMap.Designer.cs are lost. Specifically:
1. Code to launch application which was removed from EnterDataAndClickAdd method gets reinstated.
2. Enhanced Assertion Reporting strings added to Assert statements are removed.
What is the correct way to implement these changes?
|