CISC370, Summer 2006, Quiz 5 (Total 20 pts + 2 EC) 07/25/2006 TA: Ke Li 1. 3 pts - each blank 1 pt -- . \s () 2. 3 pts - each blank 1 pt -- checkout, commit, updating 3. 2 pts - \d{5} - partial credit for using [0-9] instead of \d 4. 2 pts - #[\dA-F]{6} 5. 3 pts - what: how easily/intuitive to use the GUI 1 pt - why: can isolate usability from functionality 1 pt - limitation: any one of the following 1 pt -- length of testing -- inherent bias -- easy to set up to get results you want -- etc. 6. 4 pts - what: unit testing for Java 2 pt - why: test small to build confidence for all 1 pt - limitations: anyone of the following -- not for whole system testing -- can't test if not knowing expected results -- etc. 7. 3 pts - anything that Eclips has :) Extra Credits 2 pts - Keith Trnka - Dave Shepherd