Question
Easy

In which stage individual components are integrated and ensured that they are error free to meet customer requirements ?

1
Coding
2
Testing
3
Design
4
Implementation
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Software Engineering & Problem Solving
Topic: SDLC (Major stages)
Correct Answer
Option B
Explanation

The correct option is (2): The Testing stage in the Software Development Life Cycle (SDLC) is precisely where individual software components, which were built during the Coding or Implementation stage, are brought together and formally verified. This phase encompasses Integration Testing, where separately developed modules are combined and checked for seamless communication and interface errors. More critically, it includes System Testing and User Acceptance Testing (UAT), which are exhaustive processes…Read More