MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Unit testing is carried out during which phase of the waterfall model?
A
Implementation phase
B
Testing phase
C
Maintenance phase
D
Design phase
Explanation: 

Detailed explanation-1: -The physical design specifications are turned into a working code. The system is developed in small programs called units, after which these units are integrated. Sometimes, functionality of each unit is tested before integration, which is called Unit Testing.

Detailed explanation-2: -The Implementation phase is when all of the actual code is written ("SDLC Phases", n.d.). This phase belongs to the programmers in the Waterfall method, as they take the project requirements and specifications, and code the applications.

Detailed explanation-3: -The waterfall model is a sequential design process in which progress is seen as flowing steadily downwards (like a waterfall) through the phases of Conception, Initiation, Analysis, Design, Construction, Testing, Production/Implementation, and Maintenance.

Detailed explanation-4: -The waterfall model and software development life cycle have six stages: requirements, analysis, design, coding, testing, and deployment.

There is 1 question to complete.