Consider the following list of activities (I to V): I. Test design II. Test planning III. Review test basis IV. Be a facilitator of a peer review V. Test monitoring and control Which ONE of the following options identifies the activities that the test management role is MAINLY focused on?
Correct Answer: B
Test management focuses on planning and control activities. Test planning (II) involves defining test strategies, schedules, and resources, while test monitoring and control (V) ensures that testing activitiesare aligned with objectives and tracked effectively. Other activities, such as test design (I) and peer review facilitation (IV), are typically handled by testers or test leads. Reference:ISTQB CTFL v4.0 Syllabus, Section 5.3 - Test Monitoring and Control
CTFL_Syll_4.0 Exam Question 52
Which of the following is LEAST likely to describe a task performed by someone in a testing role?
Correct Answer: D
In the context of software testing roles, tasks typically performed by someone in a testing role include evaluating the test basis and test object, creating test completion reports, and assessing the testability of the test object. These tasks are directly related to ensuring the quality and effectiveness of the software testing process. * Evaluate test basis and test object: This involves reviewing and analyzing the documents and artifacts that are used as the basis for testing. This is a fundamental task for testers to understand what needs to be tested and to ensure that the test objects are adequately covered by the test cases. * Create test completion report: This is part of the test closure activities. Testers are responsible for summarizing the testing activities, outcomes, and lessons learned, which are compiled into a test completion report. This report is crucial for stakeholders to understand the test results and make informed decisions. * Assess testability of test object: This task involves evaluating how easily a test object (such as a piece of software) can be tested. This includes considering aspects such as the availability of test data, the ability to isolate the object for testing, and the clarity of the requirements. Testers often perform this assessment to identify potential challenges and mitigate them before testing begins. On the other hand: * Define test environment requirements: While testers may provide input on the test environment, the primary responsibility for defining and setting up the test environment usually falls to roles such as system administrators or infrastructure specialists. They ensure that the necessary hardware, software, and network configurations are in place for testing to proceed. This task is less likely to be the sole responsibility of a tester.
CTFL_Syll_4.0 Exam Question 53
Consider the following examples of risks identified in different software development projects: [I]. The contrast color ratio for both normal text and large text of a website does not comply with the applicable accessibility guidelines, making it difficult for many users to read the content on the pages [II]. A development vendor fails to deliver their software system on time, causing significant delays to system integration testing activities that have been planned as part of a development project for a system of systems [III]. People in the test team do not have sufficient skills to automate tests at the test levels required by the test automation strategy which does not allow production of an effective regression test suite [IV]. In a web application, data from untrusted sources is not subject to proper input validation, making the application vulnerable to several security attacks Which of the following statements is true?
Correct Answer: B
This answer is correct because product risks are risks that affect the quality of the software product, such as defects, failures, or non-compliance with requirements or standards. Project risks are risks that affect the project's schedule, budget, resources, or scope, such as delays, cost overruns, skill gaps, or scope changes. In this case, [I] and [IV] are product risks, as they relate to the accessibility and security of the software product, which are quality attributes. [II] and [III] are project risks, as they relate to the delivery time and the test automation skills of the test team, which are project factors. References: ISTQB Glossary of Testing Terms v4. 0, ISTQB Foundation Level Syllabus v4.0, Section 2.1.1.1
CTFL_Syll_4.0 Exam Question 54
Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:
Correct Answer: B
The features of the test object to be tested and those excluded from the testing represent information that is usually included in a test plan and, in the given test plan, it is more likely to be specified within "Test Scope" rather than in the other two sections mentioned. The test scope defines the boundaries and limitations of the testing activities, such as the test items, the features to be tested, the features not to be tested, the test objectives, the test environment, the test resources, the test assumptions, the test risks, etc. The test scope helps to establish a common understanding of what is included and excluded from the testing, and to avoid ambiguity, confusion, or misunderstanding among the stakeholders. The other two sections, "Testing Communication" and "Stakeholders", are also important parts of a test plan, but they donot directly address the features of the test object. The testing communication describes the methods, frequency, and responsibilities for the communication and reporting of the testing progress, status, issues, and results. The stakeholders identify the roles and responsibilities of the people involved in or affected by the testing activities, such as the test manager, the test team, the project manager, the developers, the customers, the users, etc. References: ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents: * ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.1.1, Test Planning1 * ISTQB Glossary of Testing Terms v4.0, Test Plan, Test Scope2
CTFL_Syll_4.0 Exam Question 55
Which of the following is an example of scenario-oriented acceptance criteria?
Correct Answer: D
Scenario-oriented acceptance criteria describe how a system should behave in a specific situation or scenario. These criteria are typically written from the end-user's perspective and focus on user interactions and system responses. Option D fits this description as it outlines a specific scenario where a user is already logged in and describes the expected behavior when the user navigates to a particular page, which is to show the report of the last test run. This type of criterion ensures that the system meets user expectations in that scenario.