Senior
What is defect cascading?
sobes.tech AI
Answer from AI
Cascade defects refer to a situation where one error in a system leads to multiple subsequent errors or failures in other parts of the system. For example, a bug in the authentication module may cause incorrect session handling, which in turn results in errors in the data access module. In testing, it is important to identify the root cause to fix the underlying problem rather than just its symptoms.