Re: How to avoid hardcodings while testing
Posted By:
Karthik_Jagadeesan
Posted On:
Tuesday, October 28, 2003 11:01 PM
You could try the JTestCase framework.You could test your method with any number of data using the framework.You could visit the site - jtestcase.sourceforge.net/htmls/main.html.