Java Application Debugging Using Eclipse Scrapbook -
i have java application several (10) packages , 50 classes. task understand application (with poor documentation , no test cases). application seem have several bugs need correct. so, have started reverse engineering , developing test cases based on understanding. @ times, using test cases understand application itself. in process , using junit test suit. using eclipse scrapbook, me handy tool. testing small snippets of code using scrapbook. there several packages , classes, want preserve small tests doing using scrapbook. question regarding organization of scrapbook(s) large applications , common practice. common practice create separate scrapbooks (like junit test case each class , methods) each package ? looking guidelines followed in industry.
Comments
Post a Comment