During the STLC, the process of executing the test cases and reporting defects is carried out in the _______ phase.
- Test Closure
- Test Design
- Test Execution
- Test Planning
The "Test Execution" phase of the STLC is where the actual testing occurs. During this phase, the test cases are executed against the software. Any deviations from the expected results are reported as defects. This is a critical phase, as it uncovers the defects before the software is released.
Loading...
Related Quiz
- Imagine you are working on a large software project with multiple developers. Two developers simultaneously made changes to the same piece of code. Which aspect of Configuration Management would help resolve this conflict?
- In the context of functional testing for mobile apps, which is crucial to test: Landscape or Portrait mode or both?
- When a design is tested in the environment where it will be used, ensuring it works in the real-world scenarios, it is known as _______ testing.
- While Alpha Testing focuses on identifying bugs from the developers' perspective, Beta Testing emphasizes on _______.
- In incremental integration testing, as modules are added, tests are _______ to ensure that they integrate properly with the system.