ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

2. Given the following benefits and drawbacks of the independence of testing:

i. The testers work in a different location from the developers
ii. Testers question the assumptions programmers make while writing code
iii. A confrontational dynamic has been established between testers and developers
iv. Developers have convinced themselves that testers are mostly accountable for quality
v. Testers have different biases than those held by the developers

Which are MOST likely to be considered benefits?

Select ONE option.

3 / 40

3. Which test activity does a data preparation tool support?

Select ONE option.

4 / 40

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

Select TWO options.

5 / 40

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

Select ONE option.

6 / 40

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

7 / 40

7. Which TWO of the following options are the exit criteria for testing a system?

Select TWO options.

8 / 40

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

Select ONE option.

9 / 40

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

 

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

11. You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows.

Which of the following provides the BEST description of the failure that can be used in a defect report?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

19. The following decision table contains the rules for determining the risk of atherosclerosis.

You designed the test cases with the following test input data:

TC1: Cholesterol = 125 mg/dl Blood pressure = 141 mm Hg
TC2: Cholesterol = 200 mg/dl Blood pressure = 201 mm Hg
TC3: Cholesterol = 124 mg/dl Blood pressure = 201 mm Hg
TC4: Cholesterol = 109 mg/dl Blood pressure = 200 mm Hg
TC5: Cholesterol = 201 mg/dl Blood pressure = 140 mm Hg

What is the decision table coverage achieved by these test cases?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

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

25 / 40

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

Select TWO options.

26 / 40

26. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

30 / 40

30. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

31 / 40

31. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

34. Given the following task descriptions:

1. The quality characteristics to be evaluated and the exit criteria are selected
2. Everyone has access to the work product
3. Anomalies are identified in the work product
4. Anomalies are discussed

And the following review activities

A. Individual review
B. Review initiation
C. Planning
D. Communication and analysis

Which of the following BEST matches the task descriptions and activities?

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

40 / 40

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

0%

Scroll to top