ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

5. Which of the following are product risks?

Select TWO options.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. Which of these statements is NOT a factor that contributes to successful reviews?

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. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

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

17 / 40

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

Select TWO options.

18 / 40

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

Select ONE option.

19 / 40

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

20 / 40

20. Which of the following BEST explains a benefit of independence of testing?

Select ONE option.

21 / 40

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

 

Select ONE option.

22 / 40

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

Select ONE options.

23 / 40

23. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic 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. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to.

For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total).

Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?

Select ONE option.

30 / 40

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

31 / 40

31. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

32 / 40

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

33 / 40

33. Which of the following statements about DevOps is CORRECT?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

36 / 40

36. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

37 / 40

37. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top