P
Pete
Hi folks,
I've been looking at unit testing frameworks (csUnit, NUnit, etc) and have
gathered some info on them (see the older thread on c# 2004). My question is
this: how do they work with windows forms?
All the samples I've seen are for trivial testing, such as making sure a
property sets it's value correctly. How would I go about testing, for
example, a custom control? All my testing seems to be visual (i.e. compile,
run, see if it looks okay).. am I missing something?
It seems to me that unit testing frameworks are of little use here.
Pete
I've been looking at unit testing frameworks (csUnit, NUnit, etc) and have
gathered some info on them (see the older thread on c# 2004). My question is
this: how do they work with windows forms?
All the samples I've seen are for trivial testing, such as making sure a
property sets it's value correctly. How would I go about testing, for
example, a custom control? All my testing seems to be visual (i.e. compile,
run, see if it looks okay).. am I missing something?
It seems to me that unit testing frameworks are of little use here.
Pete