Browse by Tags

All Tags » TDD (RSS)

Write the Test First, Your Test Must Be Able to Fail

I'm pretty new to Test Driven Development and it's the first time I worked on an environment that adheres to its practices. Something I learned today is Write the Test first before you make any changes . This ensures that you know what you're...
Posted by lamia | 2 comment(s)
Filed under:

MockEJB

I just want to spread that word that there is a lightweight framework for running EJB's outside a container. You could use it together with JUnit so unit testing EJB's becomes easier. The current project that I'm working on uses this and though...
Posted by lamia | with no comments
Filed under: ,

JUnit with Netbeans

In my office, TDD is a new methodology that we've just began adopting. My senior wrote a TestCase class before he left the company. Thanks to him, I got some sample codes to study. After baby sitting, I decided to open my computer and fire up netbeans...
Posted by lamia | 1 comment(s)
Filed under: , , ,