Re: Junittests, JavaMail and language-specific Components
Re: Junittests, JavaMail and language-specific Components
- Subject: Re: Junittests, JavaMail and language-specific Components
- From: Christian Pekeler <email@hidden>
- Date: Mon, 13 Jun 2005 16:25:09 -0600
I'm trying to develop an application using test driven development
methods.
...
How do you test components, that resides in a language-folder?
I don't unit-test components. I keep my component implementations as
small and simple as possible, factoring anything complicated into new
or existing classes which are unit testable. This minimizes the amount
of code not covered by unit tests (and makes more code reusable).
Remaining problems in the components I expect to catch by different
testing techniques (acceptance, exploratory, ...).
When using frameworks like WO, 100% TDD isn't always practical.
Unfortunately.
Christian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden