ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

6 / 40

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

Select ONE option.

7 / 40

7. Which of the following statements is a CORRECT example of the value of traceability?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

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 an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

14 / 40

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

15 / 40

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

16 / 40

16. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

17 / 40

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

18 / 40

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

19 / 40

19. Which of the following statements about branch testing is CORRECT?

Select ONE option.

20 / 40

20. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

22. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

23 / 40

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

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

26 / 40

26. One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Select ONE option.

27 / 40

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

28 / 40

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

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

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

34 / 40

34. You have just started designing test cases for the following user story.

In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.

Which of the following is the BEST example of a test case for this user story?

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top