The student mark processing system software has been developed and deployed at the St. Peters university. The system shows the grade as 0 for all the students rather than the actual grade. Which phase below was not done properly during the SDLC?
Answers
Answer:
Software Testing
Explanation:
Ques. The student mark processing system software has been developed and deployed at the St. Peters university. The system shows the grade as 0 for all the students rather than the actual grade. Which phase below was not done properly during the SDLC? Select one:
A. Software Analysis
B. Software Maintenance
C. Software Design
D. Software Testing
Answer:
The correct answer is option D. Software Testing.
Explanation:
The term "Software Development Life Cycle" (SDLC) is an acronym. The SDLC is a set of procedures that provides a clear paradigm for the creation and administration of an application's lifecycle.
Software testing is the process of assessing and confirming that a software application or product performs as intended. Testing has advantages such as bug prevention, lower development costs, and better performance.
The process of detecting flaws in a developed product is called software testing. Additionally, it helps in the detection of flaws, gaps, and missing requirements by determining whether the actual findings can be reconciled with the anticipated outcomes.
Thus, Software Testing is the phase that was not done properly during the SDLC.
#SPJ3