June 2009
3 posts
1 tag
When To Write An Automated Test
Too many large-scale tests can be a burden. So when asked “Should we write a test for this?”, I would of course respond that “It Depends”. I think it depends on three factors:
How easy is the feature to test?
What is the likelihood of the feature breaking?
What is the impact of the break?
A static link in a webpage is easy to test, but is unlikely to break. If you had...
1 tag
CRISPY Crackers
Is it me, or has someone created commons-rpc?
“The intention for this project is a very simple API to call different kinds of services (provider/technology). Crispy’s aims is to provide a single point of entry for remote invocation for a wide number of transports: eg. RMI, EJB, JAX-RPC or XML-RPC.”
You can read more at the CRISPY project home, found via infoq.
Filed in the...