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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -