We have a Winforms app which is 10 years old, and has a huge codebase in the UI layer. Writing unit test cases through NUnit or MS test would be a nightmare.
So we have opted for UI automation rather than white box testing.
Now the difficult part is, we need code coverage info of source code.
Is there any way through which I can get the source code executed/coverage of UI automation?
Many thanks in advance.