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
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end…
Chapter :
Data Structures (Through C++)
Topic :
Queue
Question 2
Easy
Source :
HTET 2021
What is meant by multiple inheritance ?
Chapter :
Object-Oriented Programming (C++)
Topic :
Inheritance
Question 3
Easy
Source :
HTET 2021
In MS-Word what is gutter margin ?
Chapter :
Office Automation Tools
Topic :
Word Processor (MS Word)
Question 4
Easy
Source :
HTET 2021
Code of webpage is written by using _______ .
Chapter :
Web Designing using HTML
Topic :
HTML Basics