Scotiabank interview question

Explain the STLC And the SDLC.

Interview Answer

Anonymous

28 Apr 2024

SDLC (Software Development Life Cycle) is a process used by software developers to design, develop, and test software. It includes steps like planning, analysis, design, implementation, and maintenance. STLC (Software Testing Life Cycle) is a part of SDLC focused solely on testing. It involves planning, designing test cases, executing tests, reporting bugs, and validating software to ensure it meets quality standards.