Answers for "top down is which approach"

0

top down approach

Testing takes place from top to bottom. 
High-level modules are tested first and
then low-level modules and finally 
integrating the low-level modules to
a high level to ensure the system is
working as intended. Stubs are used as
a temporary module if a module is 
not ready for integration testing.
Posted by: Guest on January-17-2021

Code answers related to "top down is which approach"

Browse Popular Code Answers by Language