The Coded UI Test Builder application in Visual Studio is very useful when writing coded user interfaces. It has an inspector tool that displays the properties for the selected control, which makes it easier to find the control.
Currently, the only way to run this tool is to use the Add New Coded UI Test wizard. This runs fine, however
- creates a new blank coded user interface.
- closes when I run a test or start debugging in Visual Studio
Are there any tips on running the tool without adding new UI Test code? Any other suggestions for checking controls using a hand-coded user interface test? I work in WPF if that matters.
source
share