ExamGecko
Home / ISTQB / CTFL4 / List of questions
Ask Question

ISTQB CTFL4 Practice Test - Questions Answers, Page 22

Question list
Search

Related questions











Question 211

Report
Export
Collapse

Which of the following statements about traceability is FALSE?

Traceability between test basis items and the test cases designed to cover them, makes it possible to determine which test basis items have been covered by the executed test cases.
Traceability between test basis items and the test cases designed to cover them, makes it possible to determine which test basis items have been covered by the executed test cases.
Traceability between test basis items and the test cases designed to cover them, enables experience-based test techniques to be applied
Traceability between test basis items and the test cases designed to cover them, enables experience-based test techniques to be applied
Traceability between test basis items and the test cases designed to cover them, enables identification of which test cases will be affected by changes to the test basis items.
Traceability between test basis items and the test cases designed to cover them, enables identification of which test cases will be affected by changes to the test basis items.
Traceability can be established and maintained through all the test documentation for a given test level, such as from test conditions through test cases to test scripts.
Traceability can be established and maintained through all the test documentation for a given test level, such as from test conditions through test cases to test scripts.
Suggested answer: B

Explanation:

Traceability primarily refers to the ability to link test cases back to their sources in the test basis, such as requirements or design documents. This linkage allows for the determination of coverage, impact analysis, and maintaining consistency across test documentation. However, traceability does not directly enable the application of experience-based test techniques, which are more about using the tester's intuition and experience. The ISTQB CTFL Syllabus v4.0 does not state that traceability enables experience-based techniques, making option B the false statement.

asked 18/09/2024
Lizbeth Perea Joseph
34 questions

Question 212

Report
Export
Collapse

Atypical generic skill required for the role of tester is the ability to

Take on the role of developer to meet challenging project deadlines
Take on the role of developer to meet challenging project deadlines
Assume leadership aimed at imposing decisions on the rest of the team.
Assume leadership aimed at imposing decisions on the rest of the team.
Use tools to make the execution of repetitive testing tasks more efficient.
Use tools to make the execution of repetitive testing tasks more efficient.
Determine the corrective actions to get a test project on track in case of deviations from the test plan
Determine the corrective actions to get a test project on track in case of deviations from the test plan
Suggested answer: C

Explanation:

A key skill for testers is the ability to use various tools to automate repetitive tasks, enhancing the efficiency and effectiveness of testing processes. This includes tools for test execution, test management, and defect tracking. The ISTQB CTFL Syllabus v4.0 emphasizes the importance of using tools to improve productivity and reduce manual effort in repetitive testing tasks, making this a critical skill for testers.

asked 18/09/2024
Ted Kang
37 questions

Question 213

Report
Export
Collapse

Which of the following statements refers to a good testing practice that applies to all software development lifecycles?

Each test level should have its own specific test objectives that should be consistent with the software development lifecycle phase or type of activities it addresses.
Each test level should have its own specific test objectives that should be consistent with the software development lifecycle phase or type of activities it addresses.
Test analysis and design for any test levels should begin as soon as coding is complete, and all system components are available for testing
Test analysis and design for any test levels should begin as soon as coding is complete, and all system components are available for testing
The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
All the tests should be automated and run as part of the continuous integration process with every software change
All the tests should be automated and run as part of the continuous integration process with every software change
Suggested answer: A

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.

asked 18/09/2024
Simon Liu
36 questions

Question 214

Report
Export
Collapse

Which of the following statements about TDD, BDD and ATDD is TRUE?

Refactonng is a practice that is an integral part of TDD and is applied both to tests and to code wntten to satisfy those tests.
Refactonng is a practice that is an integral part of TDD and is applied both to tests and to code wntten to satisfy those tests.
ATDD is a black-box test design technique that is applicable exclusively at acceptance test level.
ATDD is a black-box test design technique that is applicable exclusively at acceptance test level.
BDD is a developer practice where business stakeholders are not usually involved as the tests are directly written at unit/component test level.
BDD is a developer practice where business stakeholders are not usually involved as the tests are directly written at unit/component test level.
ATDD is the practice of running the automated acceptance tests as part of a continuous integration process.
ATDD is the practice of running the automated acceptance tests as part of a continuous integration process.
Suggested answer: A

Explanation:

Test-Driven Development (TDD) emphasizes writing tests before code and includes refactoring as a key practice to improve both the tests and the code. This ensures that the codebase remains clean and maintainable. The ISTQB CTFL Syllabus v4.0 discusses TDD as a practice that includes writing tests first, coding to satisfy those tests, and then refactoring the code to improve its structure and readability while keeping the tests intact.

asked 18/09/2024
Sergio da Costa
35 questions

Question 215

Report
Export
Collapse

Which of the following statements is TRUE'?

Unlike functional testing, non-fundional testing can only be applied to conventional systems, not artificial intelligence-based system.
Unlike functional testing, non-fundional testing can only be applied to conventional systems, not artificial intelligence-based system.
Functional testing focuses on what the system is supposed to do, while white-box testing focuses on how well the system does what it is supposed to do
Functional testing focuses on what the system is supposed to do, while white-box testing focuses on how well the system does what it is supposed to do
Functional testing can be applied to all test levels, while non-functional testing can be applied only to system and acceptance test levels.
Functional testing can be applied to all test levels, while non-functional testing can be applied only to system and acceptance test levels.
Black-box test techniques and experience-based test techniques may be applicable to both functional testing and non-functional testing
Black-box test techniques and experience-based test techniques may be applicable to both functional testing and non-functional testing
Suggested answer: D

Explanation:

Statement D is correct. According to the ISTQB CTFL syllabus, both black-box test techniques (which focus on testing without internal knowledge of the application) and experience-based test techniques (which rely on testers' experience and intuition) can be applied to both functional and non-functional testing. Functional testing is concerned with what the system does, whereas non-functional testing looks at how the system performs under certain conditions. These techniques are versatile and can be employed to address both these aspects.

asked 18/09/2024
Praneel Maharaj
21 questions

Question 216

Report
Export
Collapse

After being in operation for many years, a document management system must be decommissioned as it has reached its end of life. This system will not be replaced by any other new system. A legal obligation provides that all documents within the system must be kept for at least 20 years in a state archive. Which of the following statements about maintenance testing for decommissioning of this system is TRUE?

Become a Premium Member for full access
  Unlock Premium Member

Question 217

Report
Export
Collapse

Which of the following statements about retrospectives is TRUE?

Become a Premium Member for full access
  Unlock Premium Member

Question 218

Report
Export
Collapse

Which of the following statements about the shift-left approach is FALSE?

Become a Premium Member for full access
  Unlock Premium Member

Question 219

Report
Export
Collapse

Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?

Become a Premium Member for full access
  Unlock Premium Member

Question 220

Report
Export
Collapse

Which of the following is a factor that contributes to a successful review?

Become a Premium Member for full access
  Unlock Premium Member
Total 288 questions
Go to page: of 29