CTFL_SYLL_4.0 · Question #118
Which of the following statements refers to a good testing practice that applies to all software development lifecycles?
The correct answer is A. Each test level should have its own specific test objectives that should be consistent with the. Good testing practice dictates that each test level (e.g., unit testing, integration testing, system testing) should have distinct test objectives aligned with the phase of the software development lifecycle it addresses. This ensures that testing is effective and relevant at…
Question
Which of the following statements refers to a good testing practice that applies to all software development lifecycles?
Options
- AEach test level should have its own specific test objectives that should be consistent with the
- BTest analysis and design for any test levels should begin as soon as coding is complete, and all
- CThe most efficient and effective method of conveying information to and within a development
- DAll the tests should be automated and run as part of the continuous integration process with every
How the community answered
(45 responses)- A87% (39)
- B2% (1)
- C4% (2)
- D7% (3)
Explanation
Good testing practice dictates that each test level (e.g., unit testing, integration testing, system testing) should have distinct test objectives aligned with the phase of the software development lifecycle it addresses. This ensures that testing is effective and relevant at each stage. According to the ISTQB CTFL Syllabus v4.0, establishing clear test objectives that are consistent with the development phase helps in achieving specific goals and improving the overall quality of the software product.
Topics
Community Discussion
No community discussion yet for this question.