Automatic test data generation
Posted by Erik Jan de Wit in the late afternoon: February 28, 2008
We’ve all being there, we’ve all had this on a project once or maybe even more times. The assignment is to build an application but there is no data for you to work with. There could be any number of reasons this could be the case - to name a few, the web-service that should be connected is not done in time, the database migration is postponed. Then someone has to create database scripts with test data, or implement a test web-services. This is all a waste of time.
But lucky for you now there is a solution.
(more...)
Filed under: AOP, Frameworks, Java, Spring, Testing
2 Comments