Computer Science, asked by triptichoubey4024, 13 days ago

Illustrate why interface testing is necessary even when individual component have been extensively validated through component testing and program inspections​

Answers

Answered by khanaatif1211
0

Answer:

Proper testing ensures that bugs and issues are detected early in the life cycle of the product or application. If defects related to requirements or design are detected late in the life cyle, it can be very expensive to fix them since this might require redesign, re-implementation and retesting of the application.

Similar questions