We are working on a WPF application that started as a POC and is now a client-facing tool. Refactoring the existing codebase is not feasible at this stage.
The client is asking for code coverage metrics for our FlaUI UI automation tests. We are unable to find a clear or supported way to measure and present meaningful code coverage using FlaUI for a WPF application.
Is there a recommended approach or tool to show test coverage for FlaUI tests, or an accepted way to justify coverage limitations for UI automation?
Any guidance would be appreciated.