I am working on a Windows Form application. Now I need to write Unit Test Cases for this. The 'visualstudio.testtools.unittesting' framework provide Unit Test support. But I do not believe it provide APIs for writing test cases for a WinForm class.
I have researched and found about NunitForms but it seems limited in terms of supported controls. Also if someone find good documentations/tutorials on this please share.