17
of 62
Interface Stubbing
u
Stub out the code for the views and APIs.
Ø
select <values> from dual
Ø
APIs = functions that return a correct value (usually
hard-coded).
u
Interfaces will change as the application
matures.