ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Consider the following user story:

As an Editor
I want to review content before it is published
so that I can assure the grammar is correct

and its acceptance criteria:

• The user can log in to the content management system with "Editor" role
• The editor can view existing content pages
• The editor can edit the page content
• The editor can add markup comments
• The editor can save changes
• The editor can reassign to the "content owner" role to make updates

Which of the following is the BEST example of an ATDD test for this user story?

Select ONE option.

2 / 40

2. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

3 / 40

3. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

4 / 40

4. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

5 / 40

5. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

6 / 40

6. Which of the following is the BEST example of how traceability supports testing?

Select ONE option.

7 / 40

7. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

8 / 40

8. Which of the following is an example of why testing is necessary?

Select ONE option.

9 / 40

9. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

10 / 40

10. You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:

Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?

Select ONE option.

11 / 40

11. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

12 / 40

12. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

13 / 40

13. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

14 / 40

14. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

15 / 40

15. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

16 / 40

16. Which of the following is NOT a purpose of a test plan?

Select ONE option.

17 / 40

17. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

18 / 40

18. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

19 / 40

19. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

20 / 40

20. Which of the following BEST describes retrospectives?

Select ONE option.

21 / 40

21. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

22 / 40

22. Which of the following statements about the value of static testing is CORRECT?

Select ONE option.

23 / 40

23. Which of the following is a product quality metric?

Select ONE option.

24 / 40

24. The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case:

• Best-case scenario: 1 hour
• Worst-case scenario: 8 hours
• Most likely scenario: 3 hours

Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?

Select ONE option.

25 / 40

25. How do testers add value to iteration and release planning?

Select ONE option.

26 / 40

26. Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?

Select ONE option.

27 / 40

27. Which of the following is NOT an example of how configuration management supports testing?

Select ONE option.

28 / 40

28. Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Select ONE option.

29 / 40

29. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

30 / 40

30. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

31 / 40

31. Which of the following is a good testing practice that applies to all software development lifecycles?

Select ONE option.

32 / 40

32. Which of the following is MOST likely to be an example of a tester using a generic skill when testing?

Select ONE option.

33 / 40

33. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

34 / 40

34. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

35 / 40

35. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

36 / 40

36. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

37 / 40

37. W A developer was asked to implement the following business rule:

You design the test cases using 2-value boundary value analysis.

Which of the following sets of test inputs achieves the greatest coverage?

Select ONE option.

38 / 40

38. Given the following example defects:

i. Two different parts of the design specification disagree due to the complexity of the design
ii. A response time is too long and so makes users lose patience
iii. A path in the code cannot be reached during execution
iv. A variable is declared but never subsequently used in the program
v. The amount of memory needed by the program to generate a report is too high

Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

Select ONE option.

39 / 40

39. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

40 / 40

40. You are testing a simplified apartment search form which has only two search criteria:

• floor (with three possible options: ground floor; first floor; second or higher floor)
• garden type (with three possible options: no garden; small garden; large garden)

Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.

Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.

What is the minimal number of test cases to achieve 100% EP coverage?

Select ONE option

0%

Scroll to top