Tagged Questions

5
votes
3answers
2k views

Automated UI testing a large c# forms app

I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface. We have ...