ISTQB Learning

Test your knowledge

0%
70
Created on By Admin

Exam 3

1 / 40

1. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

3. How can white-box testing be useful in support of black-box testing?

Select ONE option.

4 / 40

4. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

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

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

8. What does the test pyramid model show?

Select ONE option.

9 / 40

9. You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions:

Variable: PIN code length

• The partition “length correct” - four-digit PINs
• The partition “length incorrect” - PINs with length other than 4

Variable: Number of different digits

• The partition “number of different digits correct” - PINs with at least two different digits
• The partition “number of different digits incorrect” - PINs with all digits being the same

Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

12. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

13 / 40

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

14 / 40

14. Which of the following is a typical test objective?

Select ONE option.

15 / 40

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

16 / 40

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

17 / 40

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

Select ONE option.

18 / 40

18. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

19 / 40

19. You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7.

The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority).

The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed.

Which test case should be executed sixth?

Select ONE option.

20 / 40

20. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

21 / 40

21. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

24 / 40

24. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

25 / 40

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

26 / 40

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

 

Select ONE option.

27 / 40

27. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

30 / 40

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

31 / 40

31. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

32 / 40

32. Which of the following provides the BEST description of the shift-left approach?

Select ONE option.

33 / 40

33. Consider the following defect report for a web-based shopping application:

What is the MOST important information that is missing from this report?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

36. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

37 / 40

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

38 / 40

38. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

39 / 40

39. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top