ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Which of the following is MOST likely to be a benefit of test automation?

Select ONE option.

2 / 40

2. 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.

3 / 40

3. Which of the following CANNOT be examined by static testing?

Select ONE option.

4 / 40

4. Which of the following is a characteristic of experience-based test techniques?

Select ONE option.

5 / 40

5. 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.

6 / 40

6. Given the following test tasks:

1. Derive test cases from test conditions
2. Identify reusable testware
3. Organize test cases into test procedures
4. Evaluate test basis and test object

And the following test activities:

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST matches the tasks with the activities?

Select ONE option.

7 / 40

7. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

8 / 40

8. Which of the following is NOT an example of the shift left approach?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

11 / 40

11. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

12 / 40

12. Consider the following defect report for a Book Lending System.

Which of the following is MOST likely to help the developer reproduce the failure quickly?

Select ONE options.

13 / 40

13. Which of the following is an example of a test-first approach to development?

Select ONE option.

14 / 40

14. Which of the following statements about formal reviews is TRUE?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

16. Which of the following BEST describes an example of how configuration management (CM) supports testing?

Select ONE option.

17 / 40

17. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

22 / 40

22. Which of the following is a benefit of early and frequent feedback?

Select ONE option.

23 / 40

23. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

24 / 40

24. 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.

25 / 40

25. Which of the following is MOST likely to be performed as part of system testing?

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following options shows an example of test activities that contribute to success?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

32. At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation:

 

 

The graph shows the estimated and actual amount of work for the first four iterations.

What is the estimated amount of work for iteration #5?

Select ONE option.

33 / 40

33. 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

34 / 40

34. 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.

35 / 40

35. What task may management take on during a formal review?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. Given the following review types:

1. Technical review
2. Informal review
3. Inspection
4. Walkthrough

And the following descriptions:

A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support process improvement
D. The main objective is detecting potential defects and it generates no formal documented output

Which of the following BEST matches the review types and the descriptions?

Select ONE option.

38 / 40

38. 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.

39 / 40

39. Which of the following is an advantage of the whole-team approach?

Select ONE option.

40 / 40

40. The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it.

Which of the following enabled the above activity to be performed by the team?

Select ONE options.

0%

Scroll to top