I have two main issues, both depending on the DPI settings:
- How can I test different DPI Settings with Coded UI Tests?
- How could I check ALL my forms, dialogs in my project, if all controls are visible (i.e. not truncated)
Our project is written for 96 DPI. In Windows, there are three settings available for DPI:
- Smaller - 100% = 96 DPI
- Medium - 125% = 120 DPI
- Larger - 150% = 144 DPI
Are Coded UI Tests suitable for such complex tasks? Or what would you suggest me?
If you need further information, I would be glad to answer them. I don't think any code is needed, because it is just a normal winforms application and I am looking for an approach to cover any winform application.