ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

6 / 40

6. Which of the following statements is CORRECT?

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

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

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

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

24 / 40

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

Select ONE options.

25 / 40

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

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

28 / 40

28. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

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. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

33 / 40

33. The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement.

You want to prioritize the test cases following the additional coverage prioritization technique.

You execute all four test cases.

Which test case should be executed as the LAST one?

Select ONE options.

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following are product risks?

Select TWO options.

36 / 40

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

Select ONE option.

37 / 40

37. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER.
You have prepared the following five test cases, which you want to execute according to their priorities:

TC1: SEARCH product A Priority: medium

TC2: VIEW product A details Priority: low

TC3: ADD product B to a shopping cart Priority: medium

TC4: ADD product C to a shopping cart Priority: high

TC5: place an ORDER Priority: high

You also identified the following logical dependencies between test cases:

• SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information.

Which test case should be executed as the fourth one?

Select ONE option.

40 / 40

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

0%

Scroll to top