TestNG: An Alternative to JUnit
In my experience, testing has always been a necessary but much neglected area of development. The reason for the neglect is often the huge backlog of tests to be created against a mountain of existing code. The compromise in this situation is to test at a higher level than the lowest “unit” in unit testing. [...]
« go back