Sunday, September 11, 2011

Bottom-up and top-down approaches in Regression Testing.

Bottom-up approach :

In this approach testing is conducted from sub module to main module. If the main module is not developed a temporary program called DRIVERS is used to simulate the main module.

Top-down approach : In this approach testing is conducted from main module to sub module. if the sub module is not developed a temporary program called STUB is used for simulate the submodule.

No comments:

Post a Comment