Design
bradley.asc
Associated article: Software Testing Cycles
Tags: Tools Design
_SOFTWARE TESTING CYCLES_
by N. Scott Bradley
Figure 1: (a) object-oriented recording; (b) analog scripts
(a)
menu_select (File;Open)
(b)
move_loc_abs (120,230);
button_press ("Left");
move_loc_rel (0, 25);
button_press("Left");
Figure 2: (a) Object-oriented recording; (...


