Winforms Event-Driven Architecture Unit Testing

What approach should be taken (if possible) to unit test is a standard event-driven Winforms application in which display and logic mix together.

+3
source share
1 answer

You need to use the UI Automation Testing Infrastructure if you don’t want to remake your user interface to turn off display and logic.

Some examples include products such as TestComplete .

Visual Studio 2010 .

+3

Source: https://habr.com/ru/post/1725441/


All Articles