ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

5. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

6 / 40

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

Select ONE option.

7 / 40

7. The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows:

 

Let D be the difference between CY and BY, that is, D = CY – BY

• If D < 0 then print the error message “birth year cannot be greater than current year”

• If 0 ≤ D < 18 then apply the student discount

• If 18 ≤ D < 65 then apply no discount • If D ≥ 65 then apply the pensioner discount

Your test suite already contains two test cases:

• BY = 1990, CY = 2020, expected result: no discount
• BY = 2030, CY = 2029, expected result: print the error message

Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?

Select TWO options.

8 / 40

8. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

9 / 40

9. Which of the following is NOT true for white-box testing?

Select ONE option.

10 / 40

10. Which of the following is MOST likely to impact how testing is performed for a given test object?

Select ONE option.

11 / 40

11. Which of the following tests is MOST likely to be performed as part of functional testing?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

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

Select ONE option.

15 / 40

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

16 / 40

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

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. Which of the following statements BEST describes the difference between decision table testing and branch testing?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following is true about exploratory testing?

Select ONE option.

29 / 40

29. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.

Which of the following statements is CORRECT?

Select ONE option.

30 / 40

30. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?

Select ONE option.

31 / 40

31. Which of the following statements describe a valid test objective?

Select ONE option.

32 / 40

32. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

35. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

36 / 40

36. The reviews being used in your organization have the following attributes:

• There is the role of a scribe
• The main purpose is to evaluate quality
• The meeting is led by the author of the work product
• There is individual preparation
• A review report is produced

Which of the following review types is MOST likely being used?

Select ONE option.

37 / 40

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

38 / 40

38. Which of the following is MOST likely to be a risk of test automation?

Select ONE options.

39 / 40

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

Select ONE option.

40 / 40

40. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

0%

Scroll to top