Font size
WorksheetsChapter 1: Testing Fundamentals
Total questions: 20
Worksheet time: 10mins
The Software Development Lifecycle (SDLC) is a systematic process for managing software that ensures the quality and correctness of the software built.
True
False
Software Testing is one of the phases in SDLC
True
False
Requirements gathering stage need teams to get detailed and precise requirements.
This statement explaining X Phase of SDLC. What is X?
Coding
Requirement collection and analysis
the system and software design documents are prepared as per the requirement specification document.
This explaining the ______.
Design Phase
Feasibility Study Phase
Requirement collection and analysis
Developers start building the entire system by writing code using the chosen programming language. This activity are done during Design Phase
True
False
Tasks are divided into units or modules and assigned to the various developers. This activity is done during Coding Phase
True
False
Tick activities done during Software Testing
The testing team starts testing the functionality of the entire system
The development team fixes the bug and send back to QA for a re-test
Create Software Design Document
Bug fixing is one of the activity in Software Maintenance
True
False
the outcome of one phase acts as the input for the next phase. This statement best explains....
Waterfall
Prototype
incremental approach
X is a practice which promotes continue interaction of development and testing during the SDLC process of any project. X is
Agile Model
Waterfall
Incremental approach
The purpose of testing is to show that a program performs its intended functions correctly
Yes
No
Testing is the process of establishing confidence that a program does what it is supposed to do
Yes
No
One of the importance of Software Testing is Recognition of Error and Faults
Yes
No
Software Testing can enhance the standard of the software
Yes
No
Testing is the process of establishing confidence that a program does what it is supposed to do
Yes
No
X is essentially a series of waterfall cycles. What is X?
Incremental Approach
Waterfall model
V-model
Testing is Context Dependent. This statement is:
Principle of Testing
Importance of Software Testing
Common problem in Software Development
Poorly scheduling the software development process is usually caused by lack of experience of the project manager
Yes
No
Safety-critical software is tested in the same way with an e-commerce mobile app
Yes
No
If the same defects repeated over and over again, eventually these test no longer find any new defects.
To detect new defects, existing test and test data are changed and new test need to be written.
These statements is about:
Defects cluster together
Beware of Pesticide paradox
Early testing saves time and money
