I am working on a project which includes a "semi-big" application GUI. There are about 4-5 individual(complex) pages I want to perform Coded UI Tests on, and I have gotten the impression that creating multiple UIMaps is the way to go! Sources: UIMap container, Using multiple UIMaps, More source and the list could go on...
My problem/thought: Using multiple UIMaps is "nice" because it:
- allows a more categorized structure of the code
- allows easier cooperation between developers
- makes the code less daunting to maintain.
But why is no one merely chopping the UIMap up in multiple partial classes? Wouldn't it still have the same advantages? Even further: Having the UIMap in partial classes will prevent the developer(me) from adding complexity to the code like UIMap container.