ExamGecko
Home Home / ISTQB / CTFL4

ISTQB CTFL4 Practice Test - Questions Answers, Page 18

Question list
Search
Search

List of questions

Search

Related questions











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:

A.
not usually included in a test plan, and therefore in the given test plan it should not be specified neither within the three sections mentioned, nor within the others
A.
not usually included in a test plan, and therefore in the given test plan it should not be specified neither within the three sections mentioned, nor within the others
Answers
B.
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
B.
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
Answers
C.
usually included in a test plan and, in the given test plan, it is more likely to be specified within 'Testing Communication' rather than in the other two sections mentioned
C.
usually included in a test plan and, in the given test plan, it is more likely to be specified within 'Testing Communication' rather than in the other two sections mentioned
Answers
D.
usually included in a test plan and, in the given test plan, it is more likely to be specified within 'Stakeholders' rather than in the other two sections mentioned
D.
usually included in a test plan and, in the given test plan, it is more likely to be specified within 'Stakeholders' rather than in the other two sections mentioned
Answers
Suggested answer: B

Explanation:

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 do not 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.Reference: 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

An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.

Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)

A.
1xA;aB11;Pq1ZZab;7iDD0a1x
A.
1xA;aB11;Pq1ZZab;7iDD0a1x
Answers
B.
aB11;99rSp:5NnN10;7iDD0a1x
B.
aB11;99rSp:5NnN10;7iDD0a1x
Answers
C.
1xB: aB11: 99rSp: 5NnN10; 4NnN10T; 44ghWn19
C.
1xB: aB11: 99rSp: 5NnN10; 4NnN10T; 44ghWn19
Answers
D.
1RhT;rSp53;3N3e10;8sBdby
D.
1RhT;rSp53;3N3e10;8sBdby
Answers
Suggested answer: D

Explanation:

The correct outcome of a two-value boundary value analysis applied to the password length is the set of test cases represented by option D. Boundary value analysis is a test design technique that focuses on the values at the boundaries of an equivalence partition, such as the minimum and maximum values, or the values just above and below the boundaries. A two-value boundary value analysis uses two values for each boundary, one representing the valid value and one representing the invalid value. For example, if the valid range of values is from 4 to 7, then the two values for the lower boundary are 3 and 4, and the two values for the upper boundary are 7 and 8. The test cases in option D use these values for the password length, while also satisfying the other requirements of the password, such as containing at least one numeric character, one capital letter, and one lowercase letter. The test cases in option D are:

1RhT: a 4-character password that is valid

rSp53: a 5-character password that is valid

3N3e10: a 6-character password that is valid

8sBdby: an 8-character password that is invalid The test cases in the other options are incorrect, because they either use values that are not at the boundaries of the password length, or they do not meet the other requirements of the password. For example, the test cases in option A are:

1xA: a 3-character password that is invalid, but it does not contain a capital letter

aB11: a 4-character password that is valid

Pq1ZZab: a 7-character password that is valid

7iDD0a1x: an 8-character password that is invalidReference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:

ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.1, Black-box Test Design Techniques1

ISTQB Glossary of Testing Terms v4.0, Boundary Value Analysis, Equivalence Partition2

A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale). These values are determined on the basis of the type of customer (classified as 'Basic' or 'Premium') to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:

* [G1]: less than 300 euros

* [G2]: between 300 and 2000 euros

* [G3]: greater than 2000 euros

Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

A.
12
A.
12
Answers
B.
6
B.
6
Answers
C.
4
C.
4
Answers
D.
3
D.
3
Answers
Suggested answer: B

Explanation:

The minimum number of test cases needed to cover the full decision table associated with this scenario is 6. This is because the decision table has 4 conditions (type of customer and amount of sale) and 4 actions (bonus percentage). The conditions have 2 possible values each (Basic or Premium, and G1, G2 or G3), so the total number of combinations is 2 x 2 x 2 x 2 = 16. However, not all combinations are valid, as some of them are contradictory or impossible. For example, a sale cannot be both less than 300 euros and greater than 2000 euros at the same time. Therefore, we need to eliminate the invalid combinations and keep only the valid ones. The valid combinations are:

Type of customer

Amount of sale

Bonus percentage

Basic

G1

3%

Basic

G2

5%

Basic

G3

7%

Premium

G1

5%

Premium

G2

7%

Premium

G3

10%

These 6 combinations cover all the possible values of the conditions and actions, and they are the minimum number of test cases needed to cover the full decision table.

Which of the following statements is true?

A.
Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniques
A.
Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniques
Answers
B.
Some of the most common test basis used by white-box test techniques include user stories, use cases and business processes
B.
Some of the most common test basis used by white-box test techniques include user stories, use cases and business processes
Answers
C.
Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques
C.
Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques
Answers
D.
The primary goal of experience-based test techniques is to design test cases that can be easily automated using a GUI-based test automation tool
D.
The primary goal of experience-based test techniques is to design test cases that can be easily automated using a GUI-based test automation tool
Answers
Suggested answer: C

Explanation:

Experience-based test techniques are test design techniques that rely on the experience, knowledge, intuition, and creativity of the testers to identify and execute test cases that are likely to find defects in the software system. Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques, which are test design techniques that use the external behavior and specifications of the software system as the test basis, without considering its internal structure or implementation. Experience-based test techniques can complement black-box test techniques by covering aspects that are not explicitly specified, such as usability, security, reliability, performance, etc. The other statements are false, because:

Experience-based test techniques do not rely on the experience of testers to identify the root causes of defects found by black-box test techniques, but rather to identify the potential sources of defects based on their own insights, heuristics, or exploratory testing. The root causes of defects are usually identified by debugging or root cause analysis, which are activities that involve examining the code or the development process to find and fix the errors that led to the defects.

Some of the most common test basis used by white-box test techniques include the source code, the design documents, the architecture diagrams, and the control flow graphs of the software system. White-box test techniques are test design techniques that use the internal structure and implementation of the software system as the test basis, and aim to achieve a certain level of test coverage based on the code elements, such as statements, branches, paths, etc. User stories, use cases, and business processes are examples of test basis used by black-box test techniques, as they describe the functional and non-functional requirements of the software system from the perspective of the users or the stakeholders.

The primary goal of experience-based test techniques is not to design test cases that can be easily automated using a GUI-based test automation tool, but rather to design test cases that can reveal defects that are not easily detected by other test techniques, such as boundary value analysis, equivalence partitioning, state transition testing, etc. Test automation is the use of software tools to execute test cases and compare actual results with expected results, without human intervention. Test automation can be applied to different types of test techniques, depending on the test objectives, the test levels, the test tools, and the test resources. However, test automation is not always feasible or beneficial, especially for test cases that require human judgment, creativity, or exploration, such as those designed by experience-based test techniques.Reference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:

ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.1, Black-box Test Design Techniques

ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.2, White-box Test Design Techniques

ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.3, Experience-based Test Design Techniques

ISTQB Glossary of Testing Terms v4.0, Experience-based Test Technique, Black-box Test Technique, White-box Test Technique, Test Basis, Test Coverage, Test Automation

A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.

Based only on the given information, which of the following recommendation would you follow?

A.
You should open a defect report providing detailed information on which devices and by running which tests you observed the issue
A.
You should open a defect report providing detailed information on which devices and by running which tests you observed the issue
Answers
B.
The issue is related to performance efficiency, not functionality. Thus, as a functional tester, you should not open any defect report as all the functional tests passed
B.
The issue is related to performance efficiency, not functionality. Thus, as a functional tester, you should not open any defect report as all the functional tests passed
Answers
C.
You should not open any defect report as the problem is most likely due to poor hardware equipment on the devices where you observed the issue
C.
You should not open any defect report as the problem is most likely due to poor hardware equipment on the devices where you observed the issue
Answers
D.
You should not open any defect report and inform the test manager that the devices on which you observed the issue should no longer be supported so that they will be removed from the requirements specification
D.
You should not open any defect report and inform the test manager that the devices on which you observed the issue should no longer be supported so that they will be removed from the requirements specification
Answers
Suggested answer: A

Explanation:

As a functional tester, you should open a defect report providing detailed information on which devices and by running which tests you observed the issue. A defect report is a document that records the occurrence, nature, and status of a defect detected during testing, and provides information for further investigation and resolution. A defect report should include relevant information such as the defect summary, the defect description, the defect severity, the defect priority, the defect status, the defect origin, the defect category, the defect reproduction steps, the defect screenshots, the defect attachments, etc. Opening a defect report is a good practice for any tester who finds a defect in the software system, regardless of the type or level of testing performed. The other options are not recommended, because:

The issue is related to performance efficiency, not functionality, but that does not mean that as a functional tester, you should not open any defect report as all the functional tests passed. Performance efficiency is a quality characteristic that measures how well the software system performs its functions under stated conditions, such as the response time, the resource utilization, the throughput, etc. Performance efficiency is an important aspect of the user experience, especially for web applications that run on different devices and networks. Even if the functional tests passed, meaning that the software system met the functional requirements, the performance issue observed on some devices could still affect the user satisfaction, the usability, the reliability, and the security of the software system. Therefore, as a functional tester, you have the responsibility to report the performance issue as a defect, and provide as much information as possible to help the developers or the performance testers to investigate and resolve it.

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

A.
TC4, TC3, TC2, TC6, TC5. TC1
A.
TC4, TC3, TC2, TC6, TC5. TC1
Answers
B.
TC4, TC6, TC3, TC2, TC5, TC1
B.
TC4, TC6, TC3, TC2, TC5, TC1
Answers
C.
TC3, TC5, TC6, TC1, TC4, TC3
C.
TC3, TC5, TC6, TC1, TC4, TC3
Answers
D.
TC4, TC3, TC2, TC6, TC1, TC5
D.
TC4, TC3, TC2, TC6, TC1, TC5
Answers
Suggested answer: D

Explanation:

This answer is correct because it follows the logical dependencies and allows executing the test cases in priority order. TC4, TC3, and TC2 are executed first because they have the highest priority. TC6 is executed next because it has a logical dependency on TC2. TC1 is executed next because it has a logical dependency on TC5. Finally, TC5 is executed last because it has the lowest priority.Reference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 documents

Which of the following statements best describes how configuration management supports testing?

A.
Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be released
A.
Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be released
Answers
B.
Configuration management is an administrative discipline that includes change control, which is the process of controlling the changes to identified items referred to as Configuration Items'
B.
Configuration management is an administrative discipline that includes change control, which is the process of controlling the changes to identified items referred to as Configuration Items'
Answers
C.
Configuration management is an approach to interoperability testing where tests are executed in the cloud, as the cloud can provide cost-effective access to multiple configurations of the test environments
C.
Configuration management is an approach to interoperability testing where tests are executed in the cloud, as the cloud can provide cost-effective access to multiple configurations of the test environments
Answers
D.
Configuration management helps ensure that all relevant project documentation and software items are uniquely identified in all their versions and therefore can be unambiguously referenced in test documentation
D.
Configuration management helps ensure that all relevant project documentation and software items are uniquely identified in all their versions and therefore can be unambiguously referenced in test documentation
Answers
Suggested answer: D

Explanation:

This answer is correct because configuration management is a process of establishing and maintaining consistency of a product's performance, functional, and physical attributes with its requirements, design, and operational information throughout its life. Configuration management helps ensure that all relevant project documentation and software items are uniquely identified in all their versions and therefore can be unambiguously referenced in test documentation. This supports testing by providing traceability, consistency, and control over the test artifacts and the software under test.Reference: : ISTQB Glossary of Testing Terms v4.0, : ISTQB Foundation Level Syllabus v4.0, Section 2.2.2.2

Which of the following statements about exploratory testing is true?

A.
Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirements
A.
Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirements
Answers
B.
When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in session sheets
B.
When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in session sheets
Answers
C.
Exploratory testing is an experience-based test technique used by testers during informal code reviews to find defects by exploring the source code
C.
Exploratory testing is an experience-based test technique used by testers during informal code reviews to find defects by exploring the source code
Answers
D.
In exploratory testing, testers usually produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis
D.
In exploratory testing, testers usually produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis
Answers
Suggested answer: B

Explanation:

Exploratory testing is an experience-based test technique in which testers dynamically design and execute tests based on their knowledge, intuition, and learning of the software system, without following predefined test scripts or test cases. Exploratory testing can be conducted following a session-based approach, which is a structured way of managing and measuring exploratory testing. In a session-based approach, the testers perform uninterrupted test sessions, usually lasting between 60 and 120 minutes, with a specific charter or goal, and document the issues detected, the test coverage achieved, and the time spent in session sheets. Session sheets are records of the test activities, results, and observations during a test session, which can be used for reporting, debriefing, and learning purposes. The other statements are false, because:

Exploratory testing is not a test technique in which testers explore the requirements specification to detect non testable requirements, but rather a test technique in which testers explore the software system to detect functional and non-functional defects, as well as to learn new information, risks, or opportunities. Non testable requirements are requirements that are ambiguous, incomplete, inconsistent, or not verifiable, which can affect the quality and effectiveness of the testing process. Non testable requirements can be detected by applying static testing techniques, such as reviews or inspections, to the requirements specification, before the software system is developed or tested.

Exploratory testing is not a test technique used by testers during informal code reviews to find defects by exploring the source code, but rather a test technique used by testers during dynamic testing to find defects by exploring the behavior and performance of the software system, without examining the source code. Informal code reviews are static testing techniques, in which the source code is analyzed by one or more reviewers, without following a formal process or using a checklist, to identify defects, violations, or improvements. Informal code reviews are usually performed by developers or peers, not by testers.

In exploratory testing, testers usually do not produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis, but rather produce unscripted tests and adapt them based on the feedback and the findings of the testing process. Scripted tests are tests that are designed and documented in advance, with predefined inputs, outputs, and expected results, and are executed according to a test plan or a test procedure. Bidirectional traceability is the ability to trace both forward and backward the relationships between the items of the test basis, such as the requirements, the design, the risks, etc., and the test artifacts, such as the test cases, the test results, the defects, etc. Scripted tests and bidirectional traceability are usually associated with more formal and structured testing approaches, such as specification-based or structure-based test techniques, not with exploratory testing.Reference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:

ISTQB Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.3, Experience-based Test Design Techniques1

ISTQB Glossary of Testing Terms v4.0, Exploratory Testing, Session-based Testing, Session Sheet, Non Testable Requirement, Static Testing, Informal Review, Dynamic Testing, Scripted Testing, Bidirectional Traceability2

Which of the following is not an example of a typical content of a test completion report for a test project?

A.
The additional effort spent on test execution compared to what was planned
A.
The additional effort spent on test execution compared to what was planned
Answers
B.
The unexpected test environment downtime that resulted in slower test execution
B.
The unexpected test environment downtime that resulted in slower test execution
Answers
C.
The residual risk level if a risk-based test approach was adopted
C.
The residual risk level if a risk-based test approach was adopted
Answers
D.
The test procedures of all test cases that have been executed
D.
The test procedures of all test cases that have been executed
Answers
Suggested answer: D

Explanation:

This answer is correct because the test procedures of all test cases that have been executed are not a typical content of a test completion report for a test project. A test completion report is a document that summarizes the test activities and results at the end of a test project. It usually includes information such as the test objectives, scope, approach, resources, schedule, results, deviations, issues, risks, lessons learned, and recommendations for improvement. The test procedures of all test cases that have been executed are part of the test documentation, but they are not relevant for the test completion report, as they do not provide a high-level overview of the test project outcomes and performance.Reference: ISTQB Foundation Level Syllabus v4.0, Section 2.5.3.2

Which of the following statements about error guessing is true?

A.
Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or not
A.
Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or not
Answers
B.
Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs to be tested as a guide to find defects
B.
Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs to be tested as a guide to find defects
Answers
C.
Error guessing refers to the ability of a system or component to continue normal operation despite the presence of erroneous inputs
C.
Error guessing refers to the ability of a system or component to continue normal operation despite the presence of erroneous inputs
Answers
D.
Experienced testers, when applying error guessing technique, can anticipate where errors, defects and failures have occurred and target their tests at those issues
D.
Experienced testers, when applying error guessing technique, can anticipate where errors, defects and failures have occurred and target their tests at those issues
Answers
Suggested answer: D

Explanation:

This answer is correct because error guessing is a test design technique where the experience and intuition of the tester are used to anticipate where errors, defects and failures have occurred or are likely to occur, and to design test cases to expose them. Error guessing can be based on factors such as the complexity of the system or component, the known or suspected weaknesses of the system or component, the previous history of defects, or the common types of errors in the domain or technology. Error guessing can be used as a complementary technique to other more systematic or formal techniques, or when there is insufficient information or time to apply them.Reference: ISTQB Glossary of Testing Terms v4.0, ISTQB Foundation Level Syllabus v4.0, Section 2.3.2.5

Total 288 questions
Go to page: of 29