|
|
|
|
|
by magduf
2669 days ago
|
|
GUIs don't lend themselves to unit testing at all, because the requirements aren't mathematical, but are instead based on human factors. For GUIs, the proper approach is to unit-test the functionality underneath, not the GUI itself. |
|